Class VkAmigoProfilingSubmitInfoSEC

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkAmigoProfilingSubmitInfoSEC>
org.lwjgl.vulkan.VkAmigoProfilingSubmitInfoSEC
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkAmigoProfilingSubmitInfoSEC extends org.lwjgl.system.Struct<VkAmigoProfilingSubmitInfoSEC> implements org.lwjgl.system.NativeResource
Stub description of VkAmigoProfilingSubmitInfoSEC.
Valid Usage (Implicit)

Layout


 struct VkAmigoProfilingSubmitInfoSEC {
     VkStructureType sType;
     void const * pNext;
     uint64_t firstDrawTimestamp;
     uint64_t swapBufferTimestamp;
 }
  • 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.
    • FIRSTDRAWTIMESTAMP

      public static final int FIRSTDRAWTIMESTAMP
      The struct member offsets.
    • SWAPBUFFERTIMESTAMP

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

    • VkAmigoProfilingSubmitInfoSEC

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