Class VkPhysicalDeviceSamplerYcbcrConversionFeatures

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
    Direct Known Subclasses:
    VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR

    public class VkPhysicalDeviceSamplerYcbcrConversionFeatures
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Structure describing Y'CbCr conversion features that can be supported by an implementation.
    Valid Usage (Implicit)

    Member documentation

    • samplerYcbcrConversion – specifies whether the implementation supports sampler Y’CBCR conversion. If samplerYcbcrConversion is FALSE, sampler Y’CBCR conversion is not supported, and samplers using sampler Y’CBCR conversion must not be used.

    Layout

    
     struct VkPhysicalDeviceSamplerYcbcrConversionFeatures {
         VkStructureType sType;
         void * pNext;
         VkBool32 samplerYcbcrConversion;
     }