Class VkSampleLocationsInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSampleLocationsInfoEXT extends Struct<VkSampleLocationsInfoEXT> implements NativeResource

 struct VkSampleLocationsInfoEXT {
     VkStructureType sType;
     void const * pNext;
     VkSampleCountFlagBits sampleLocationsPerPixel;
     VkExtent2D sampleLocationGridSize;
     uint32_t sampleLocationsCount;
     VkSampleLocationEXT const * pSampleLocations;
 }
  • 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.
    • SAMPLELOCATIONSPERPIXEL

      public static final int SAMPLELOCATIONSPERPIXEL
      The struct member offsets.
    • SAMPLELOCATIONGRIDSIZE

      public static final int SAMPLELOCATIONGRIDSIZE
      The struct member offsets.
    • SAMPLELOCATIONSCOUNT

      public static final int SAMPLELOCATIONSCOUNT
      The struct member offsets.
    • PSAMPLELOCATIONS

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

    • VkSampleLocationsInfoEXT

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