Structures
VkImagePipeSurfaceCreateInfoFUCHSIA
Structure specifying parameters of a newly created ImagePipe surface object
The VkImagePipeSurfaceCreateInfoFUCHSIA
structure is defined as:
typedef struct VkImagePipeSurfaceCreateInfoFUCHSIA {
VkStructureType sType;
const void* pNext;
VkImagePipeSurfaceCreateFlagsFUCHSIA flags;
zx_handle_t imagePipeHandle;
} VkImagePipeSurfaceCreateInfoFUCHSIA;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.flags
is reserved for future use.imagePipeHandle
is azx_handle_t
referring to the ImagePipe to associate with the surface.
Valid Usage
VUID-VkImagePipeSurfaceCreateInfoFUCHSIA-imagePipeHandle-04863
imagePipeHandle
must be a valid zx_handle_t
Valid Usage (Implicit)
VUID-VkImagePipeSurfaceCreateInfoFUCHSIA-sType-sType
sType
must be VK_STRUCTURE_TYPE_IMAGEPIPE_SURFACE_CREATE_INFO_FUCHSIA
VUID-VkImagePipeSurfaceCreateInfoFUCHSIA-pNext-pNext
pNext
must be NULL
VUID-VkImagePipeSurfaceCreateInfoFUCHSIA-flags-zerobitmask
flags
must be 0