Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceImageFormatInfo2 |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceImageFormatInfo2 |
const void * | pNext = {} |
vk::Format | format = vk::Format::eUndefined |
vk::ImageType | type = vk::ImageType::e1D |
vk::ImageTiling | tiling = vk::ImageTiling::eOptimal |
vk::ImageUsageFlags | usage = {} |
vk::ImageCreateFlags | flags = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceImageFormatInfo2 |
Definition at line 68549 of file vulkan_structs.hpp.
Definition at line 68551 of file vulkan_structs.hpp.
|
inline |
Definition at line 68557 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 68574 of file vulkan_structs.hpp.
|
inline |
Definition at line 68631 of file vulkan_structs.hpp.
|
inline |
Definition at line 68626 of file vulkan_structs.hpp.
|
inline |
Definition at line 68667 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 68582 of file vulkan_structs.hpp.
|
inline |
Definition at line 68657 of file vulkan_structs.hpp.
|
inline |
Definition at line 68619 of file vulkan_structs.hpp.
|
inline |
Definition at line 68595 of file vulkan_structs.hpp.
|
inline |
Definition at line 68589 of file vulkan_structs.hpp.
|
inline |
Definition at line 68607 of file vulkan_structs.hpp.
|
inline |
Definition at line 68601 of file vulkan_structs.hpp.
|
inline |
Definition at line 68613 of file vulkan_structs.hpp.
|
static |
Definition at line 68553 of file vulkan_structs.hpp.
vk::ImageCreateFlags vk::PhysicalDeviceImageFormatInfo2::flags = {} |
Definition at line 68680 of file vulkan_structs.hpp.
vk::Format vk::PhysicalDeviceImageFormatInfo2::format = vk::Format::eUndefined |
Definition at line 68676 of file vulkan_structs.hpp.
const void* vk::PhysicalDeviceImageFormatInfo2::pNext = {} |
Definition at line 68675 of file vulkan_structs.hpp.
|
static |
Definition at line 68554 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceImageFormatInfo2::sType = StructureType::ePhysicalDeviceImageFormatInfo2 |
Definition at line 68674 of file vulkan_structs.hpp.
vk::ImageTiling vk::PhysicalDeviceImageFormatInfo2::tiling = vk::ImageTiling::eOptimal |
Definition at line 68678 of file vulkan_structs.hpp.
vk::ImageType vk::PhysicalDeviceImageFormatInfo2::type = vk::ImageType::e1D |
Definition at line 68677 of file vulkan_structs.hpp.
vk::ImageUsageFlags vk::PhysicalDeviceImageFormatInfo2::usage = {} |
Definition at line 68679 of file vulkan_structs.hpp.