Class VkDeviceFaultInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDeviceFaultInfoEXT extends Struct<VkDeviceFaultInfoEXT> implements NativeResource

 struct VkDeviceFaultInfoEXT {
     VkStructureType sType;
     void * pNext;
     char description[VK_MAX_DESCRIPTION_SIZE];
     {@link VkDeviceFaultAddressInfoEXT VkDeviceFaultAddressInfoEXT} * pAddressInfos;
     {@link VkDeviceFaultVendorInfoEXT VkDeviceFaultVendorInfoEXT} * pVendorInfos;
     void * pVendorBinaryData;
 }
  • 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.
    • DESCRIPTION

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

      public static final int PADDRESSINFOS
      The struct member offsets.
    • PVENDORINFOS

      public static final int PVENDORINFOS
      The struct member offsets.
    • PVENDORBINARYDATA

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

    • VkDeviceFaultInfoEXT

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