Class VkPhysicalDeviceVideoFormatInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceVideoFormatInfoKHR extends Struct<VkPhysicalDeviceVideoFormatInfoKHR> implements NativeResource
struct VkPhysicalDeviceVideoFormatInfoKHR {
    VkStructureType sType;
    void const * pNext;
    VkImageUsageFlags imageUsage;
}