Class VkBindHeapInfoEXT
- All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
struct VkBindHeapInfoEXT {
VkStructureType sType;
void const * pNext;
VkDeviceAddressRangeEXT heapRange;
VkDeviceSize reservedRangeOffset;
VkDeviceSize reservedRangeSize;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Struct
Struct.StructValidationNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkBindHeapInfoEXT(ByteBuffer container) Creates aVkBindHeapInfoEXTinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkBindHeapInfoEXTcalloc()Returns a newVkBindHeapInfoEXTinstance allocated withmemCalloc.static VkBindHeapInfoEXT.Buffercalloc(int capacity) Returns a newVkBindHeapInfoEXT.Bufferinstance allocated withmemCalloc.static VkBindHeapInfoEXT.Buffercalloc(int capacity, MemoryStack stack) Returns a newVkBindHeapInfoEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkBindHeapInfoEXTcalloc(MemoryStack stack) Returns a newVkBindHeapInfoEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkBindHeapInfoEXTcreate()Returns a newVkBindHeapInfoEXTinstance allocated withBufferUtils.static VkBindHeapInfoEXT.Buffercreate(int capacity) Returns a newVkBindHeapInfoEXT.Bufferinstance allocated withBufferUtils.static VkBindHeapInfoEXTcreate(long address) Returns a newVkBindHeapInfoEXTinstance for the specified memory address.static VkBindHeapInfoEXT.Buffercreate(long address, int capacity) Create aVkBindHeapInfoEXT.Bufferinstance at the specified memory.static @Nullable VkBindHeapInfoEXTcreateSafe(long address) static @Nullable VkBindHeapInfoEXT.BuffercreateSafe(long address, int capacity) heapRange(Consumer<VkDeviceAddressRangeEXT> consumer) Passes theheapRangefield to the specifiedConsumer.heapRange(VkDeviceAddressRangeEXT value) Copies the specifiedVkDeviceAddressRangeEXTto theheapRangefield.static VkBindHeapInfoEXTmalloc()Returns a newVkBindHeapInfoEXTinstance allocated withmemAlloc.static VkBindHeapInfoEXT.Buffermalloc(int capacity) Returns a newVkBindHeapInfoEXT.Bufferinstance allocated withmemAlloc.static VkBindHeapInfoEXT.Buffermalloc(int capacity, MemoryStack stack) Returns a newVkBindHeapInfoEXT.Bufferinstance allocated on the specifiedMemoryStack.static VkBindHeapInfoEXTmalloc(MemoryStack stack) Returns a newVkBindHeapInfoEXTinstance allocated on the specifiedMemoryStack.static VkDeviceAddressRangeEXTnheapRange(long struct) Unsafe version ofheapRange().static voidnheapRange(long struct, VkDeviceAddressRangeEXT value) Unsafe version ofheapRange.static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static longnreservedRangeOffset(long struct) Unsafe version ofreservedRangeOffset().static voidnreservedRangeOffset(long struct, long value) Unsafe version ofreservedRangeOffset.static longnreservedRangeSize(long struct) Unsafe version ofreservedRangeSize().static voidnreservedRangeSize(long struct, long value) Unsafe version ofreservedRangeSize.static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.longpNext()pNext(long value) Sets the specified value to thepNextfield.longreservedRangeOffset(long value) Sets the specified value to thereservedRangeOffsetfield.longreservedRangeSize(long value) Sets the specified value to thereservedRangeSizefield.set(int sType, long pNext, VkDeviceAddressRangeEXT heapRange, long reservedRangeOffset, long reservedRangeSize) Initializes this struct with the specified values.set(VkBindHeapInfoEXT src) Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).intsType()sType(int value) Sets the specified value to thesTypefield.Sets theSTRUCTURE_TYPE_BIND_HEAP_INFO_EXTvalue to thesTypefield.Methods inherited from class Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
HEAPRANGE
public static final int HEAPRANGEThe struct member offsets. -
RESERVEDRANGEOFFSET
public static final int RESERVEDRANGEOFFSETThe struct member offsets. -
RESERVEDRANGESIZE
public static final int RESERVEDRANGESIZEThe struct member offsets.
-
-
Constructor Details
-
VkBindHeapInfoEXT
Creates aVkBindHeapInfoEXTinstance 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
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<VkBindHeapInfoEXT>
-
sType
- Returns:
- the value of the
sTypefield.
-
pNext
- Returns:
- the value of the
pNextfield.
-
heapRange
- Returns:
- a
VkDeviceAddressRangeEXTview of theheapRangefield.
-
reservedRangeOffset
- Returns:
- the value of the
reservedRangeOffsetfield.
-
reservedRangeSize
- Returns:
- the value of the
reservedRangeSizefield.
-
sType
Sets the specified value to thesTypefield. -
sType$Default
Sets theSTRUCTURE_TYPE_BIND_HEAP_INFO_EXTvalue to thesTypefield. -
pNext
Sets the specified value to thepNextfield. -
heapRange
Copies the specifiedVkDeviceAddressRangeEXTto theheapRangefield. -
heapRange
Passes theheapRangefield to the specifiedConsumer. -
reservedRangeOffset
Sets the specified value to thereservedRangeOffsetfield. -
reservedRangeSize
Sets the specified value to thereservedRangeSizefield. -
set
public VkBindHeapInfoEXT set(int sType, long pNext, VkDeviceAddressRangeEXT heapRange, long reservedRangeOffset, long reservedRangeSize) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkBindHeapInfoEXTinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkBindHeapInfoEXTinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkBindHeapInfoEXTinstance allocated withBufferUtils. -
create
Returns a newVkBindHeapInfoEXTinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkBindHeapInfoEXT.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkBindHeapInfoEXT.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkBindHeapInfoEXT.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkBindHeapInfoEXT.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newVkBindHeapInfoEXTinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkBindHeapInfoEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkBindHeapInfoEXT.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkBindHeapInfoEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType(). -
npNext
public static long npNext(long struct) Unsafe version ofpNext(). -
nheapRange
Unsafe version ofheapRange(). -
nreservedRangeOffset
public static long nreservedRangeOffset(long struct) Unsafe version ofreservedRangeOffset(). -
nreservedRangeSize
public static long nreservedRangeSize(long struct) Unsafe version ofreservedRangeSize(). -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext. -
nheapRange
Unsafe version ofheapRange. -
nreservedRangeOffset
public static void nreservedRangeOffset(long struct, long value) Unsafe version ofreservedRangeOffset. -
nreservedRangeSize
public static void nreservedRangeSize(long struct, long value) Unsafe version ofreservedRangeSize.
-