Class VkVideoProfileListInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoProfileListInfoKHR extends Struct<VkVideoProfileListInfoKHR> implements NativeResource

 struct VkVideoProfileListInfoKHR {
     VkStructureType sType;
     void const * pNext;
     uint32_t profileCount;
     {@link VkVideoProfileInfoKHR VkVideoProfileInfoKHR} const * pProfiles;
 }