Class VkVideoSessionCreateInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoSessionCreateInfoKHR extends Struct<VkVideoSessionCreateInfoKHR> implements NativeResource

 struct VkVideoSessionCreateInfoKHR {
     VkStructureType sType;
     void const * pNext;
     uint32_t queueFamilyIndex;
     VkVideoSessionCreateFlagsKHR flags;
     {@link VkVideoProfileInfoKHR VkVideoProfileInfoKHR} const * pVideoProfile;
     VkFormat pictureFormat;
     {@link VkExtent2D VkExtent2D} maxCodedExtent;
     VkFormat referencePictureFormat;
     uint32_t maxDpbSlots;
     uint32_t maxActiveReferencePictures;
     {@link VkExtensionProperties VkExtensionProperties} const * pStdHeaderVersion;
 }