Class VkVideoFormatPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoFormatPropertiesKHR extends Struct<VkVideoFormatPropertiesKHR> implements NativeResource

 struct VkVideoFormatPropertiesKHR {
     VkStructureType sType;
     void * pNext;
     VkFormat format;
     {@link VkComponentMapping VkComponentMapping} componentMapping;
     VkImageCreateFlags imageCreateFlags;
     VkImageType imageType;
     VkImageTiling imageTiling;
     VkImageUsageFlags imageUsageFlags;
 }