Class VkDeviceFaultInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDeviceFaultInfoKHR extends Struct<VkDeviceFaultInfoKHR> implements NativeResource
struct VkDeviceFaultInfoKHR {
    VkStructureType sType;
    void * pNext;
    VkDeviceFaultFlagsKHR flags;
    uint64_t groupId;
    char description[VK_MAX_DESCRIPTION_SIZE];
    VkDeviceFaultAddressInfoKHR faultAddressInfo;
    VkDeviceFaultAddressInfoKHR instructionAddressInfo;
    VkDeviceFaultVendorInfoKHR vendorInfo;
}
  • 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.
    • FLAGS

      public static final int FLAGS
      The struct member offsets.
    • GROUPID

      public static final int GROUPID
      The struct member offsets.
    • DESCRIPTION

      public static final int DESCRIPTION
      The struct member offsets.
    • FAULTADDRESSINFO

      public static final int FAULTADDRESSINFO
      The struct member offsets.
    • INSTRUCTIONADDRESSINFO

      public static final int INSTRUCTIONADDRESSINFO
      The struct member offsets.
    • VENDORINFO

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

    • VkDeviceFaultInfoKHR

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