Class VkVideoEncodeProfileRgbConversionInfoVALVE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoEncodeProfileRgbConversionInfoVALVE extends Struct<VkVideoEncodeProfileRgbConversionInfoVALVE> implements NativeResource
struct VkVideoEncodeProfileRgbConversionInfoVALVE {
    VkStructureType sType;
    void const * pNext;
    VkBool32 performEncodeRgbConversion;
}