Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImageViewCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eImageViewCreateInfo |
const void * | pNext = {} |
vk::ImageViewCreateFlags | flags = {} |
vk::Image | image = {} |
vk::ImageViewType | viewType = vk::ImageViewType::e1D |
vk::Format | format = vk::Format::eUndefined |
vk::ComponentMapping | components = {} |
vk::ImageSubresourceRange | subresourceRange = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eImageViewCreateInfo |
Definition at line 45907 of file vulkan_structs.hpp.
Definition at line 45909 of file vulkan_structs.hpp.
|
inline |
Definition at line 45915 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 45934 of file vulkan_structs.hpp.
|
inline |
Definition at line 45997 of file vulkan_structs.hpp.
|
inline |
Definition at line 45992 of file vulkan_structs.hpp.
|
inline |
Definition at line 46034 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 45941 of file vulkan_structs.hpp.
|
inline |
Definition at line 46024 of file vulkan_structs.hpp.
|
inline |
Definition at line 45978 of file vulkan_structs.hpp.
|
inline |
Definition at line 45954 of file vulkan_structs.hpp.
|
inline |
Definition at line 45972 of file vulkan_structs.hpp.
|
inline |
Definition at line 45960 of file vulkan_structs.hpp.
|
inline |
Definition at line 45948 of file vulkan_structs.hpp.
|
inline |
Definition at line 45985 of file vulkan_structs.hpp.
|
inline |
Definition at line 45966 of file vulkan_structs.hpp.
|
static |
Definition at line 45911 of file vulkan_structs.hpp.
vk::ComponentMapping vk::ImageViewCreateInfo::components = {} |
Definition at line 46047 of file vulkan_structs.hpp.
vk::ImageViewCreateFlags vk::ImageViewCreateInfo::flags = {} |
Definition at line 46043 of file vulkan_structs.hpp.
vk::Format vk::ImageViewCreateInfo::format = vk::Format::eUndefined |
Definition at line 46046 of file vulkan_structs.hpp.
vk::Image vk::ImageViewCreateInfo::image = {} |
Definition at line 46044 of file vulkan_structs.hpp.
const void* vk::ImageViewCreateInfo::pNext = {} |
Definition at line 46042 of file vulkan_structs.hpp.
|
static |
Definition at line 45912 of file vulkan_structs.hpp.
vk::StructureType vk::ImageViewCreateInfo::sType = StructureType::eImageViewCreateInfo |
Definition at line 46041 of file vulkan_structs.hpp.
vk::ImageSubresourceRange vk::ImageViewCreateInfo::subresourceRange = {} |
Definition at line 46048 of file vulkan_structs.hpp.
vk::ImageViewType vk::ImageViewCreateInfo::viewType = vk::ImageViewType::e1D |
Definition at line 46045 of file vulkan_structs.hpp.