Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkSamplerYcbcrConversionCreateInfo |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eSamplerYcbcrConversionCreateInfo |
Definition at line 104948 of file vulkan_structs.hpp.
Definition at line 104950 of file vulkan_structs.hpp.
|
inline |
Definition at line 104956 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 104980 of file vulkan_structs.hpp.
|
inline |
Definition at line 105057 of file vulkan_structs.hpp.
|
inline |
Definition at line 105052 of file vulkan_structs.hpp.
|
inline |
Definition at line 105098 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 104988 of file vulkan_structs.hpp.
|
inline |
Definition at line 105086 of file vulkan_structs.hpp.
|
inline |
Definition at line 105038 of file vulkan_structs.hpp.
|
inline |
Definition at line 105020 of file vulkan_structs.hpp.
|
inline |
Definition at line 105045 of file vulkan_structs.hpp.
|
inline |
Definition at line 105001 of file vulkan_structs.hpp.
|
inline |
Definition at line 104995 of file vulkan_structs.hpp.
|
inline |
Definition at line 105026 of file vulkan_structs.hpp.
|
inline |
Definition at line 105008 of file vulkan_structs.hpp.
|
inline |
Definition at line 105014 of file vulkan_structs.hpp.
|
inline |
Definition at line 105032 of file vulkan_structs.hpp.
|
static |
Definition at line 104952 of file vulkan_structs.hpp.
vk::Filter vk::SamplerYcbcrConversionCreateInfo::chromaFilter = vk::Filter::eNearest |
Definition at line 105113 of file vulkan_structs.hpp.
vk::ComponentMapping vk::SamplerYcbcrConversionCreateInfo::components = {} |
Definition at line 105110 of file vulkan_structs.hpp.
vk::Bool32 vk::SamplerYcbcrConversionCreateInfo::forceExplicitReconstruction = {} |
Definition at line 105114 of file vulkan_structs.hpp.
vk::Format vk::SamplerYcbcrConversionCreateInfo::format = vk::Format::eUndefined |
Definition at line 105107 of file vulkan_structs.hpp.
const void* vk::SamplerYcbcrConversionCreateInfo::pNext = {} |
Definition at line 105106 of file vulkan_structs.hpp.
|
static |
Definition at line 104953 of file vulkan_structs.hpp.
vk::StructureType vk::SamplerYcbcrConversionCreateInfo::sType = StructureType::eSamplerYcbcrConversionCreateInfo |
Definition at line 105105 of file vulkan_structs.hpp.
vk::ChromaLocation vk::SamplerYcbcrConversionCreateInfo::xChromaOffset = vk::ChromaLocation::eCositedEven |
Definition at line 105111 of file vulkan_structs.hpp.
vk::SamplerYcbcrModelConversion vk::SamplerYcbcrConversionCreateInfo::ycbcrModel = vk::SamplerYcbcrModelConversion::eRgbIdentity |
Definition at line 105108 of file vulkan_structs.hpp.
vk::SamplerYcbcrRange vk::SamplerYcbcrConversionCreateInfo::ycbcrRange = vk::SamplerYcbcrRange::eItuFull |
Definition at line 105109 of file vulkan_structs.hpp.
vk::ChromaLocation vk::SamplerYcbcrConversionCreateInfo::yChromaOffset = vk::ChromaLocation::eCositedEven |
Definition at line 105112 of file vulkan_structs.hpp.