Class VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE extends Struct<VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE> implements NativeResource
struct VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE {
    VkStructureType sType;
    void * pNext;
    VkBool32 videoEncodeRgbConversion;
}