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 is NULL or a pointer to a structure extending this structure.
  • flags is reserved for future use.
  • streamDescriptor is a GgpStreamDescriptor 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)