Class XrGraphicsBindingVulkanKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
XrGraphicsBindingVulkan2KHR

public class XrGraphicsBindingVulkanKHR extends Struct<XrGraphicsBindingVulkanKHR> implements NativeResource
struct XrGraphicsBindingVulkanKHR {
    XrStructureType type;
    void const * next;
    VkInstance instance;
    VkPhysicalDevice physicalDevice;
    VkDevice device;
    uint32_t queueFamilyIndex;
    uint32_t queueIndex;
}
  • Field Details

    • SIZEOF

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

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

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • INSTANCE

      public static final int INSTANCE
      The struct member offsets.
    • PHYSICALDEVICE

      public static final int PHYSICALDEVICE
      The struct member offsets.
    • DEVICE

      public static final int DEVICE
      The struct member offsets.
    • QUEUEFAMILYINDEX

      public static final int QUEUEFAMILYINDEX
      The struct member offsets.
    • QUEUEINDEX

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

    • XrGraphicsBindingVulkanKHR

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