Class VkPhysicalDeviceASTCDecodeFeaturesEXT

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkPhysicalDeviceASTCDecodeFeaturesEXT
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Structure describing ASTC decode mode features.
    Description

    If the VkPhysicalDeviceASTCDecodeFeaturesEXT structure is included in the pNext chain of VkPhysicalDeviceFeatures2, it is filled with values indicating whether each feature is supported. VkPhysicalDeviceASTCDecodeFeaturesEXT can also be used in the pNext chain of CreateDevice to enable features.

    Valid Usage (Implicit)

    Member documentation

    • decodeModeSharedExponent – indicates whether the implementation supports decoding ASTC compressed formats to FORMAT_E5B9G9R9_UFLOAT_PACK32 internal precision.

    Layout

    
     struct VkPhysicalDeviceASTCDecodeFeaturesEXT {
         VkStructureType sType;
         void * pNext;
         VkBool32 decodeModeSharedExponent;
     }