Class VkPastPresentationTimingEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPastPresentationTimingEXT extends Struct<VkPastPresentationTimingEXT> implements NativeResource
struct VkPastPresentationTimingEXT {
    VkStructureType sType;
    void * pNext;
    uint64_t presentId;
    uint64_t targetTime;
    uint32_t presentStageCount;
    VkPresentStageTimeEXT * pPresentStages;
    VkTimeDomainKHR timeDomain;
    uint64_t timeDomainId;
    VkBool32 reportComplete;
}
  • 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.
    • PRESENTID

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

      public static final int TARGETTIME
      The struct member offsets.
    • PRESENTSTAGECOUNT

      public static final int PRESENTSTAGECOUNT
      The struct member offsets.
    • PPRESENTSTAGES

      public static final int PPRESENTSTAGES
      The struct member offsets.
    • TIMEDOMAIN

      public static final int TIMEDOMAIN
      The struct member offsets.
    • TIMEDOMAINID

      public static final int TIMEDOMAINID
      The struct member offsets.
    • REPORTCOMPLETE

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

    • VkPastPresentationTimingEXT

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