Structures
VkStreamDescriptorSurfaceCreateInfoGGP
Structure specifying parameters of a newly created Google Games Platform stream surface object
The VkStreamDescriptorSurfaceCreateInfoGGP
structure is defined as:
typedef struct VkStreamDescriptorSurfaceCreateInfoGGP {
VkStructureType sType;
const void* pNext;
VkStreamDescriptorSurfaceCreateFlagsGGP flags;
GgpStreamDescriptor streamDescriptor;
} VkStreamDescriptorSurfaceCreateInfoGGP;
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.streamDescriptor
is aGgpStreamDescriptor
referring to the GGP stream descriptor to associate with the surface.
Valid Usage
VUID-VkStreamDescriptorSurfaceCreateInfoGGP-streamDescriptor-02681
streamDescriptor
must be a valid GgpStreamDescriptor
Valid Usage (Implicit)
VUID-VkStreamDescriptorSurfaceCreateInfoGGP-sType-sType
sType
must be VK_STRUCTURE_TYPE_STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP
VUID-VkStreamDescriptorSurfaceCreateInfoGGP-pNext-pNext
pNext
must be NULL