Class VkDeviceFaultAddressInfoEXT
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDeviceFaultAddressInfoKHR>
org.lwjgl.vulkan.VkDeviceFaultAddressInfoKHR
org.lwjgl.vulkan.VkDeviceFaultAddressInfoEXT
- All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
struct VkDeviceFaultAddressInfoEXT {
VkDeviceFaultAddressTypeKHR addressType;
VkDeviceAddress reportedAddress;
VkDeviceSize addressPrecision;
}-
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 VkDeviceFaultAddressInfoKHR
ADDRESSPRECISION, ADDRESSTYPE, ALIGNOF, REPORTEDADDRESS, SIZEOFFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkDeviceFaultAddressInfoEXT(ByteBuffer container) Creates aVkDeviceFaultAddressInfoEXTinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkDeviceFaultAddressInfoEXTcalloc()Returns a newVkDeviceFaultAddressInfoEXTinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkDeviceFaultAddressInfoEXT.Bufferinstance allocated withmemCalloc.calloc(int capacity, MemoryStack stack) Returns a newVkDeviceFaultAddressInfoEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkDeviceFaultAddressInfoEXTcalloc(MemoryStack stack) Returns a newVkDeviceFaultAddressInfoEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkDeviceFaultAddressInfoEXTcreate()Returns a newVkDeviceFaultAddressInfoEXTinstance allocated withBufferUtils.create(int capacity) Returns a newVkDeviceFaultAddressInfoEXT.Bufferinstance allocated withBufferUtils.static VkDeviceFaultAddressInfoEXTcreate(long address) Returns a newVkDeviceFaultAddressInfoEXTinstance for the specified memory address.create(long address, int capacity) Create aVkDeviceFaultAddressInfoEXT.Bufferinstance at the specified memory.static @Nullable VkDeviceFaultAddressInfoEXTcreateSafe(long address) static @Nullable VkDeviceFaultAddressInfoEXT.BuffercreateSafe(long address, int capacity) static VkDeviceFaultAddressInfoEXTmalloc()Returns a newVkDeviceFaultAddressInfoEXTinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkDeviceFaultAddressInfoEXT.Bufferinstance allocated withmemAlloc.malloc(int capacity, MemoryStack stack) Returns a newVkDeviceFaultAddressInfoEXT.Bufferinstance allocated on the specifiedMemoryStack.static VkDeviceFaultAddressInfoEXTmalloc(MemoryStack stack) Returns a newVkDeviceFaultAddressInfoEXTinstance allocated on the specifiedMemoryStack.Methods inherited from class VkDeviceFaultAddressInfoKHR
addressPrecision, addressType, naddressPrecision, naddressType, nreportedAddress, reportedAddress, sizeofMethods inherited from class Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface NativeResource
close, free
-
Constructor Details
-
VkDeviceFaultAddressInfoEXT
Creates aVkDeviceFaultAddressInfoEXTinstance 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 newVkDeviceFaultAddressInfoEXTinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkDeviceFaultAddressInfoEXTinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkDeviceFaultAddressInfoEXTinstance allocated withBufferUtils. -
create
Returns a newVkDeviceFaultAddressInfoEXTinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkDeviceFaultAddressInfoEXT.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkDeviceFaultAddressInfoEXT.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkDeviceFaultAddressInfoEXT.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkDeviceFaultAddressInfoEXT.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newVkDeviceFaultAddressInfoEXTinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkDeviceFaultAddressInfoEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkDeviceFaultAddressInfoEXT.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkDeviceFaultAddressInfoEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-