Class VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM extends Struct<VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM> implements NativeResource

 struct VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM {
     VkStructureType sType;
     void * pNext;
     VkBool32 enableYDegamma;
     VkBool32 enableCbCrDegamma;
 }