Class VkQueueFamilyVideoPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkQueueFamilyVideoPropertiesKHR extends Struct<VkQueueFamilyVideoPropertiesKHR> implements NativeResource
struct VkQueueFamilyVideoPropertiesKHR {
    VkStructureType sType;
    void * pNext;
    VkVideoCodecOperationFlagsKHR videoCodecOperations;
}