Class VkCheckpointData2NV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCheckpointData2NV extends Struct<VkCheckpointData2NV> implements NativeResource

 struct VkCheckpointData2NV {
     VkStructureType sType;
     void * pNext;
     VkPipelineStageFlags2 stage;
     void * pCheckpointMarker;
 }
  • 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.
    • STAGE

      public static final int STAGE
      The struct member offsets.
    • PCHECKPOINTMARKER

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

    • VkCheckpointData2NV

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

    • sizeof

      public int sizeof()
      Description copied from class: Struct
      Returns sizeof(struct).
      Specified by:
      sizeof in class Struct<VkCheckpointData2NV>
    • sType

      public int sType()
      Returns:
      the value of the sType field.
    • pNext

      public long pNext()
      Returns:
      the value of the pNext field.
    • stage

      public long stage()
      Returns:
      the value of the stage field.
    • pCheckpointMarker

      public long pCheckpointMarker()
      Returns:
      the value of the pCheckpointMarker field.
    • sType

      public VkCheckpointData2NV sType(int value)
      Sets the specified value to the sType field.
    • sType$Default

      public VkCheckpointData2NV sType$Default()
      Sets the STRUCTURE_TYPE_CHECKPOINT_DATA_2_NV value to the sType field.
    • pNext

      public VkCheckpointData2NV pNext(long value)
      Sets the specified value to the pNext field.
    • set

      public VkCheckpointData2NV set(int sType, long pNext)
      Initializes this struct with the specified values.
    • set

      Copies the specified struct data to this struct.
      Parameters:
      src - the source struct
      Returns:
      this struct
    • malloc

      public static VkCheckpointData2NV malloc()
      Returns a new VkCheckpointData2NV instance allocated with memAlloc. The instance must be explicitly freed.
    • calloc

      public static VkCheckpointData2NV calloc()
      Returns a new VkCheckpointData2NV instance allocated with memCalloc. The instance must be explicitly freed.
    • create

      public static VkCheckpointData2NV create()
      Returns a new VkCheckpointData2NV instance allocated with BufferUtils.
    • create

      public static VkCheckpointData2NV create(long address)
      Returns a new VkCheckpointData2NV instance for the specified memory address.
    • createSafe

      public static @Nullable VkCheckpointData2NV createSafe(long address)
      Like create, but returns null if address is NULL.
    • malloc

      public static VkCheckpointData2NV.Buffer malloc(int capacity)
      Returns a new VkCheckpointData2NV.Buffer instance allocated with memAlloc. The instance must be explicitly freed.
      Parameters:
      capacity - the buffer capacity
    • calloc

      public static VkCheckpointData2NV.Buffer calloc(int capacity)
      Returns a new VkCheckpointData2NV.Buffer instance allocated with memCalloc. The instance must be explicitly freed.
      Parameters:
      capacity - the buffer capacity
    • create

      public static VkCheckpointData2NV.Buffer create(int capacity)
      Returns a new VkCheckpointData2NV.Buffer instance allocated with BufferUtils.
      Parameters:
      capacity - the buffer capacity
    • create

      public static VkCheckpointData2NV.Buffer create(long address, int capacity)
      Create a VkCheckpointData2NV.Buffer instance at the specified memory.
      Parameters:
      address - the memory address
      capacity - the buffer capacity
    • createSafe

      public static @Nullable VkCheckpointData2NV.Buffer createSafe(long address, int capacity)
      Like create, but returns null if address is NULL.
    • malloc

      public static VkCheckpointData2NV malloc(MemoryStack stack)
      Returns a new VkCheckpointData2NV instance allocated on the specified MemoryStack.
      Parameters:
      stack - the stack from which to allocate
    • calloc

      public static VkCheckpointData2NV calloc(MemoryStack stack)
      Returns a new VkCheckpointData2NV instance allocated on the specified MemoryStack and initializes all its bits to zero.
      Parameters:
      stack - the stack from which to allocate
    • malloc

      public static VkCheckpointData2NV.Buffer malloc(int capacity, MemoryStack stack)
      Returns a new VkCheckpointData2NV.Buffer instance allocated on the specified MemoryStack.
      Parameters:
      capacity - the buffer capacity
      stack - the stack from which to allocate
    • calloc

      public static VkCheckpointData2NV.Buffer calloc(int capacity, MemoryStack stack)
      Returns a new VkCheckpointData2NV.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
      Parameters:
      capacity - the buffer capacity
      stack - the stack from which to allocate
    • nsType

      public static int nsType(long struct)
      Unsafe version of sType().
    • npNext

      public static long npNext(long struct)
      Unsafe version of pNext().
    • nstage

      public static long nstage(long struct)
      Unsafe version of stage().
    • npCheckpointMarker

      public static long npCheckpointMarker(long struct)
      Unsafe version of pCheckpointMarker().
    • nsType

      public static void nsType(long struct, int value)
      Unsafe version of sType.
    • npNext

      public static void npNext(long struct, long value)
      Unsafe version of pNext.