Class VkPresentTimeGOOGLE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPresentTimeGOOGLE extends Struct<VkPresentTimeGOOGLE> implements NativeResource

 struct VkPresentTimeGOOGLE {
     uint32_t presentID;
     uint64_t desiredPresentTime;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int PRESENTID
      The struct member offsets.
    • DESIREDPRESENTTIME

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

    • VkPresentTimeGOOGLE

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