Structures
VkSysmemColorSpaceFUCHSIA
Structure describing the buffer collections color space
The VkSysmemColorSpaceFUCHSIA
structure is defined as:
typedef struct VkSysmemColorSpaceFUCHSIA {
VkStructureType sType;
const void* pNext;
uint32_t colorSpace;
} VkSysmemColorSpaceFUCHSIA;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structurecolorSpace
value of the SysmemColorSpaceType
Valid Usage
VUID-VkSysmemColorSpaceFUCHSIA-colorSpace-06402
colorSpace
must be a ColorSpaceType
as defined in
fuchsia.sysmem/image_formats.fidl
Valid Usage (Implicit)
VUID-VkSysmemColorSpaceFUCHSIA-sType-sType
sType
must be VK_STRUCTURE_TYPE_SYSMEM_COLOR_SPACE_FUCHSIA
VUID-VkSysmemColorSpaceFUCHSIA-pNext-pNext
pNext
must be NULL