Class VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM>
org.lwjgl.vulkan.VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM extends org.lwjgl.system.Struct<VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM> implements org.lwjgl.system.NativeResource
Structure specifying Y′CBCR degamma parameters.
Valid Usage (Implicit)

Layout


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