Class VkPhysicalDeviceDescriptorHeapPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceDescriptorHeapPropertiesEXT extends Struct<VkPhysicalDeviceDescriptorHeapPropertiesEXT> implements NativeResource
struct VkPhysicalDeviceDescriptorHeapPropertiesEXT {
    VkStructureType sType;
    void * pNext;
    VkDeviceSize samplerHeapAlignment;
    VkDeviceSize resourceHeapAlignment;
    VkDeviceSize maxSamplerHeapSize;
    VkDeviceSize maxResourceHeapSize;
    VkDeviceSize minSamplerHeapReservedRange;
    VkDeviceSize minSamplerHeapReservedRangeWithEmbedded;
    VkDeviceSize minResourceHeapReservedRange;
    VkDeviceSize samplerDescriptorSize;
    VkDeviceSize imageDescriptorSize;
    VkDeviceSize bufferDescriptorSize;
    VkDeviceSize samplerDescriptorAlignment;
    VkDeviceSize imageDescriptorAlignment;
    VkDeviceSize bufferDescriptorAlignment;
    VkDeviceSize maxPushDataSize;
    size_t imageCaptureReplayOpaqueDataSize;
    uint32_t maxDescriptorHeapEmbeddedSamplers;
    uint32_t samplerYcbcrConversionCount;
    VkBool32 sparseDescriptorHeaps;
    VkBool32 protectedDescriptorHeaps;
}
  • 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.
    • SAMPLERHEAPALIGNMENT

      public static final int SAMPLERHEAPALIGNMENT
      The struct member offsets.
    • RESOURCEHEAPALIGNMENT

      public static final int RESOURCEHEAPALIGNMENT
      The struct member offsets.
    • MAXSAMPLERHEAPSIZE

      public static final int MAXSAMPLERHEAPSIZE
      The struct member offsets.
    • MAXRESOURCEHEAPSIZE

      public static final int MAXRESOURCEHEAPSIZE
      The struct member offsets.
    • MINSAMPLERHEAPRESERVEDRANGE

      public static final int MINSAMPLERHEAPRESERVEDRANGE
      The struct member offsets.
    • MINSAMPLERHEAPRESERVEDRANGEWITHEMBEDDED

      public static final int MINSAMPLERHEAPRESERVEDRANGEWITHEMBEDDED
      The struct member offsets.
    • MINRESOURCEHEAPRESERVEDRANGE

      public static final int MINRESOURCEHEAPRESERVEDRANGE
      The struct member offsets.
    • SAMPLERDESCRIPTORSIZE

      public static final int SAMPLERDESCRIPTORSIZE
      The struct member offsets.
    • IMAGEDESCRIPTORSIZE

      public static final int IMAGEDESCRIPTORSIZE
      The struct member offsets.
    • BUFFERDESCRIPTORSIZE

      public static final int BUFFERDESCRIPTORSIZE
      The struct member offsets.
    • SAMPLERDESCRIPTORALIGNMENT

      public static final int SAMPLERDESCRIPTORALIGNMENT
      The struct member offsets.
    • IMAGEDESCRIPTORALIGNMENT

      public static final int IMAGEDESCRIPTORALIGNMENT
      The struct member offsets.
    • BUFFERDESCRIPTORALIGNMENT

      public static final int BUFFERDESCRIPTORALIGNMENT
      The struct member offsets.
    • MAXPUSHDATASIZE

      public static final int MAXPUSHDATASIZE
      The struct member offsets.
    • IMAGECAPTUREREPLAYOPAQUEDATASIZE

      public static final int IMAGECAPTUREREPLAYOPAQUEDATASIZE
      The struct member offsets.
    • MAXDESCRIPTORHEAPEMBEDDEDSAMPLERS

      public static final int MAXDESCRIPTORHEAPEMBEDDEDSAMPLERS
      The struct member offsets.
    • SAMPLERYCBCRCONVERSIONCOUNT

      public static final int SAMPLERYCBCRCONVERSIONCOUNT
      The struct member offsets.
    • SPARSEDESCRIPTORHEAPS

      public static final int SPARSEDESCRIPTORHEAPS
      The struct member offsets.
    • PROTECTEDDESCRIPTORHEAPS

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

    • VkPhysicalDeviceDescriptorHeapPropertiesEXT

      public VkPhysicalDeviceDescriptorHeapPropertiesEXT(ByteBuffer container)
      Creates a VkPhysicalDeviceDescriptorHeapPropertiesEXT 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