Class VkD3D12FenceSubmitInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkD3D12FenceSubmitInfoKHR extends Struct<VkD3D12FenceSubmitInfoKHR> implements NativeResource

 struct VkD3D12FenceSubmitInfoKHR {
     VkStructureType sType;
     void const * pNext;
     uint32_t waitSemaphoreValuesCount;
     uint64_t const * pWaitSemaphoreValues;
     uint32_t signalSemaphoreValuesCount;
     uint64_t const * pSignalSemaphoreValues;
 }
  • 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.
    • WAITSEMAPHOREVALUESCOUNT

      public static final int WAITSEMAPHOREVALUESCOUNT
      The struct member offsets.
    • PWAITSEMAPHOREVALUES

      public static final int PWAITSEMAPHOREVALUES
      The struct member offsets.
    • SIGNALSEMAPHOREVALUESCOUNT

      public static final int SIGNALSEMAPHOREVALUESCOUNT
      The struct member offsets.
    • PSIGNALSEMAPHOREVALUES

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

    • VkD3D12FenceSubmitInfoKHR

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