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;
- sTypeis a VkStructureType value identifying this structure.
- pNextis- NULLor a pointer to a structure extending this structure.
- flagsis reserved for future use.
- imagePipeHandleis a- zx_handle_treferring 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