Class VkValidationFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkValidationFeaturesEXT extends Struct<VkValidationFeaturesEXT> implements NativeResource

 struct VkValidationFeaturesEXT {
     VkStructureType sType;
     void const * pNext;
     uint32_t enabledValidationFeatureCount;
     VkValidationFeatureEnableEXT const * pEnabledValidationFeatures;
     uint32_t disabledValidationFeatureCount;
     VkValidationFeatureDisableEXT const * pDisabledValidationFeatures;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • STYPE

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • ENABLEDVALIDATIONFEATURECOUNT

      public static final int ENABLEDVALIDATIONFEATURECOUNT
      The struct member offsets.
    • PENABLEDVALIDATIONFEATURES

      public static final int PENABLEDVALIDATIONFEATURES
      The struct member offsets.
    • DISABLEDVALIDATIONFEATURECOUNT

      public static final int DISABLEDVALIDATIONFEATURECOUNT
      The struct member offsets.
    • PDISABLEDVALIDATIONFEATURES

      public static final int PDISABLEDVALIDATIONFEATURES
      The struct member offsets.
  • Constructor Details

    • VkValidationFeaturesEXT

      public VkValidationFeaturesEXT(ByteBuffer container)
      Creates a VkValidationFeaturesEXT instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details