public class VkBufferDeviceAddressInfoEXT extends VkBufferDeviceAddressInfoKHR
VkBufferDeviceAddressInfoKHR.
struct VkBufferDeviceAddressInfoEXT {
VkStructureType sType;
void const * pNext;
VkBuffer buffer;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkBufferDeviceAddressInfoEXT.Buffer
An array of
VkBufferDeviceAddressInfoEXT structs. |
| Constructor and Description |
|---|
VkBufferDeviceAddressInfoEXT(java.nio.ByteBuffer container)
Creates a
VkBufferDeviceAddressInfoEXT instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
VkBufferDeviceAddressInfoEXT |
buffer(long value)
Sets the specified value to the
buffer field. |
static VkBufferDeviceAddressInfoEXT |
calloc()
Returns a new
VkBufferDeviceAddressInfoEXT instance allocated with memCalloc. |
static VkBufferDeviceAddressInfoEXT.Buffer |
calloc(int capacity)
Returns a new
VkBufferDeviceAddressInfoEXT.Buffer instance allocated with memCalloc. |
static VkBufferDeviceAddressInfoEXT |
callocStack()
Returns a new
VkBufferDeviceAddressInfoEXT instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkBufferDeviceAddressInfoEXT.Buffer |
callocStack(int capacity)
Returns a new
VkBufferDeviceAddressInfoEXT.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkBufferDeviceAddressInfoEXT.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkBufferDeviceAddressInfoEXT.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkBufferDeviceAddressInfoEXT |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkBufferDeviceAddressInfoEXT instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkBufferDeviceAddressInfoEXT |
create()
Returns a new
VkBufferDeviceAddressInfoEXT instance allocated with BufferUtils. |
static VkBufferDeviceAddressInfoEXT.Buffer |
create(int capacity)
Returns a new
VkBufferDeviceAddressInfoEXT.Buffer instance allocated with BufferUtils. |
static VkBufferDeviceAddressInfoEXT |
create(long address)
Returns a new
VkBufferDeviceAddressInfoEXT instance for the specified memory address. |
static VkBufferDeviceAddressInfoEXT.Buffer |
create(long address,
int capacity)
Create a
VkBufferDeviceAddressInfoEXT.Buffer instance at the specified memory. |
static VkBufferDeviceAddressInfoEXT |
createSafe(long address)
|
static VkBufferDeviceAddressInfoEXT.Buffer |
createSafe(long address,
int capacity)
|
static VkBufferDeviceAddressInfoEXT |
malloc()
Returns a new
VkBufferDeviceAddressInfoEXT instance allocated with memAlloc. |
static VkBufferDeviceAddressInfoEXT.Buffer |
malloc(int capacity)
Returns a new
VkBufferDeviceAddressInfoEXT.Buffer instance allocated with memAlloc. |
static VkBufferDeviceAddressInfoEXT |
mallocStack()
Returns a new
VkBufferDeviceAddressInfoEXT instance allocated on the thread-local MemoryStack. |
static VkBufferDeviceAddressInfoEXT.Buffer |
mallocStack(int capacity)
Returns a new
VkBufferDeviceAddressInfoEXT.Buffer instance allocated on the thread-local MemoryStack. |
static VkBufferDeviceAddressInfoEXT.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkBufferDeviceAddressInfoEXT.Buffer instance allocated on the specified MemoryStack. |
static VkBufferDeviceAddressInfoEXT |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkBufferDeviceAddressInfoEXT instance allocated on the specified MemoryStack. |
VkBufferDeviceAddressInfoEXT |
pNext(long value)
Sets the specified value to the
pNext field. |
VkBufferDeviceAddressInfoEXT |
set(int sType,
long pNext,
long buffer)
Initializes this struct with the specified values.
|
VkBufferDeviceAddressInfoEXT |
set(VkBufferDeviceAddressInfoEXT src)
Copies the specified struct data to this struct.
|
VkBufferDeviceAddressInfoEXT |
sType(int value)
Sets the specified value to the
sType field. |
public VkBufferDeviceAddressInfoEXT(java.nio.ByteBuffer container)
VkBufferDeviceAddressInfoEXT 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.
public VkBufferDeviceAddressInfoEXT sType(int value)
sType field.sType in class VkBufferDeviceAddressInfoKHRpublic VkBufferDeviceAddressInfoEXT pNext(long value)
pNext field.pNext in class VkBufferDeviceAddressInfoKHRpublic VkBufferDeviceAddressInfoEXT buffer(long value)
buffer field.buffer in class VkBufferDeviceAddressInfoKHRpublic VkBufferDeviceAddressInfoEXT set(int sType, long pNext, long buffer)
set in class VkBufferDeviceAddressInfoKHRpublic VkBufferDeviceAddressInfoEXT set(VkBufferDeviceAddressInfoEXT src)
src - the source structpublic static VkBufferDeviceAddressInfoEXT malloc()
VkBufferDeviceAddressInfoEXT instance allocated with memAlloc. The instance must be explicitly freed.public static VkBufferDeviceAddressInfoEXT calloc()
VkBufferDeviceAddressInfoEXT instance allocated with memCalloc. The instance must be explicitly freed.public static VkBufferDeviceAddressInfoEXT create()
VkBufferDeviceAddressInfoEXT instance allocated with BufferUtils.public static VkBufferDeviceAddressInfoEXT create(long address)
VkBufferDeviceAddressInfoEXT instance for the specified memory address.@Nullable public static VkBufferDeviceAddressInfoEXT createSafe(long address)
public static VkBufferDeviceAddressInfoEXT.Buffer malloc(int capacity)
VkBufferDeviceAddressInfoEXT.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkBufferDeviceAddressInfoEXT.Buffer calloc(int capacity)
VkBufferDeviceAddressInfoEXT.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkBufferDeviceAddressInfoEXT.Buffer create(int capacity)
VkBufferDeviceAddressInfoEXT.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkBufferDeviceAddressInfoEXT.Buffer create(long address, int capacity)
VkBufferDeviceAddressInfoEXT.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkBufferDeviceAddressInfoEXT.Buffer createSafe(long address, int capacity)
public static VkBufferDeviceAddressInfoEXT mallocStack()
VkBufferDeviceAddressInfoEXT instance allocated on the thread-local MemoryStack.public static VkBufferDeviceAddressInfoEXT callocStack()
VkBufferDeviceAddressInfoEXT instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkBufferDeviceAddressInfoEXT mallocStack(org.lwjgl.system.MemoryStack stack)
VkBufferDeviceAddressInfoEXT instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkBufferDeviceAddressInfoEXT callocStack(org.lwjgl.system.MemoryStack stack)
VkBufferDeviceAddressInfoEXT instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkBufferDeviceAddressInfoEXT.Buffer mallocStack(int capacity)
VkBufferDeviceAddressInfoEXT.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkBufferDeviceAddressInfoEXT.Buffer callocStack(int capacity)
VkBufferDeviceAddressInfoEXT.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkBufferDeviceAddressInfoEXT.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkBufferDeviceAddressInfoEXT.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkBufferDeviceAddressInfoEXT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkBufferDeviceAddressInfoEXT.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacityCopyright LWJGL. All Rights Reserved. License terms.