Class VkDeviceFaultVendorInfoEXT
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDeviceFaultVendorInfoKHR>
org.lwjgl.vulkan.VkDeviceFaultVendorInfoKHR
org.lwjgl.vulkan.VkDeviceFaultVendorInfoEXT
- All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
struct VkDeviceFaultVendorInfoEXT {
char description[VK_MAX_DESCRIPTION_SIZE];
uint64_t vendorFaultCode;
uint64_t vendorFaultData;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Struct
Struct.StructValidationNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from class VkDeviceFaultVendorInfoKHR
ALIGNOF, DESCRIPTION, SIZEOF, VENDORFAULTCODE, VENDORFAULTDATAFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkDeviceFaultVendorInfoEXT(ByteBuffer container) Creates aVkDeviceFaultVendorInfoEXTinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkDeviceFaultVendorInfoEXTcalloc()Returns a newVkDeviceFaultVendorInfoEXTinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkDeviceFaultVendorInfoEXT.Bufferinstance allocated withmemCalloc.calloc(int capacity, MemoryStack stack) Returns a newVkDeviceFaultVendorInfoEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkDeviceFaultVendorInfoEXTcalloc(MemoryStack stack) Returns a newVkDeviceFaultVendorInfoEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkDeviceFaultVendorInfoEXTcreate()Returns a newVkDeviceFaultVendorInfoEXTinstance allocated withBufferUtils.create(int capacity) Returns a newVkDeviceFaultVendorInfoEXT.Bufferinstance allocated withBufferUtils.static VkDeviceFaultVendorInfoEXTcreate(long address) Returns a newVkDeviceFaultVendorInfoEXTinstance for the specified memory address.create(long address, int capacity) Create aVkDeviceFaultVendorInfoEXT.Bufferinstance at the specified memory.static @Nullable VkDeviceFaultVendorInfoEXTcreateSafe(long address) static @Nullable VkDeviceFaultVendorInfoEXT.BuffercreateSafe(long address, int capacity) static VkDeviceFaultVendorInfoEXTmalloc()Returns a newVkDeviceFaultVendorInfoEXTinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkDeviceFaultVendorInfoEXT.Bufferinstance allocated withmemAlloc.malloc(int capacity, MemoryStack stack) Returns a newVkDeviceFaultVendorInfoEXT.Bufferinstance allocated on the specifiedMemoryStack.static VkDeviceFaultVendorInfoEXTmalloc(MemoryStack stack) Returns a newVkDeviceFaultVendorInfoEXTinstance allocated on the specifiedMemoryStack.Methods inherited from class VkDeviceFaultVendorInfoKHR
description, descriptionString, ndescription, ndescriptionString, nvendorFaultCode, nvendorFaultData, sizeof, vendorFaultCode, vendorFaultDataMethods inherited from class Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface NativeResource
close, free
-
Constructor Details
-
VkDeviceFaultVendorInfoEXT
Creates aVkDeviceFaultVendorInfoEXTinstance at the current position of the specifiedByteBuffercontainer. 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
-
malloc
Returns a newVkDeviceFaultVendorInfoEXTinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkDeviceFaultVendorInfoEXTinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkDeviceFaultVendorInfoEXTinstance allocated withBufferUtils. -
create
Returns a newVkDeviceFaultVendorInfoEXTinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkDeviceFaultVendorInfoEXT.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkDeviceFaultVendorInfoEXT.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkDeviceFaultVendorInfoEXT.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkDeviceFaultVendorInfoEXT.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newVkDeviceFaultVendorInfoEXTinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkDeviceFaultVendorInfoEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkDeviceFaultVendorInfoEXT.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkDeviceFaultVendorInfoEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-