Class VkVideoEncodeSessionRgbConversionCreateInfoVALVE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoEncodeSessionRgbConversionCreateInfoVALVE extends Struct<VkVideoEncodeSessionRgbConversionCreateInfoVALVE> implements NativeResource
struct VkVideoEncodeSessionRgbConversionCreateInfoVALVE {
    VkStructureType sType;
    void const * pNext;
    VkVideoEncodeRgbModelConversionFlagBitsVALVE rgbModel;
    VkVideoEncodeRgbRangeCompressionFlagBitsVALVE rgbRange;
    VkVideoEncodeRgbChromaOffsetFlagBitsVALVE xChromaOffset;
    VkVideoEncodeRgbChromaOffsetFlagBitsVALVE yChromaOffset;
}