public class VkPhysicalDeviceBufferAddressFeaturesEXT extends VkPhysicalDeviceBufferDeviceAddressFeaturesEXT
VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.
struct VkPhysicalDeviceBufferAddressFeaturesEXT {
VkStructureType sType;
void * pNext;
VkBool32 bufferDeviceAddress;
VkBool32 bufferDeviceAddressCaptureReplay;
VkBool32 bufferDeviceAddressMultiDevice;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer
An array of
VkPhysicalDeviceBufferAddressFeaturesEXT structs. |
ALIGNOF, BUFFERDEVICEADDRESS, BUFFERDEVICEADDRESSCAPTUREREPLAY, BUFFERDEVICEADDRESSMULTIDEVICE, PNEXT, SIZEOF, STYPE| Constructor and Description |
|---|
VkPhysicalDeviceBufferAddressFeaturesEXT(java.nio.ByteBuffer container)
Creates a
VkPhysicalDeviceBufferAddressFeaturesEXT instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
VkPhysicalDeviceBufferAddressFeaturesEXT |
bufferDeviceAddress(boolean value)
Sets the specified value to the
bufferDeviceAddress field. |
VkPhysicalDeviceBufferAddressFeaturesEXT |
bufferDeviceAddressCaptureReplay(boolean value)
Sets the specified value to the
bufferDeviceAddressCaptureReplay field. |
VkPhysicalDeviceBufferAddressFeaturesEXT |
bufferDeviceAddressMultiDevice(boolean value)
Sets the specified value to the
bufferDeviceAddressMultiDevice field. |
static VkPhysicalDeviceBufferAddressFeaturesEXT |
calloc()
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated with memCalloc. |
static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer |
calloc(int capacity)
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated with memCalloc. |
static VkPhysicalDeviceBufferAddressFeaturesEXT |
callocStack()
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer |
callocStack(int capacity)
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceBufferAddressFeaturesEXT |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceBufferAddressFeaturesEXT |
create()
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated with BufferUtils. |
static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer |
create(int capacity)
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated with BufferUtils. |
static VkPhysicalDeviceBufferAddressFeaturesEXT |
create(long address)
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT instance for the specified memory address. |
static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer |
create(long address,
int capacity)
Create a
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance at the specified memory. |
static VkPhysicalDeviceBufferAddressFeaturesEXT |
createSafe(long address)
|
static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer |
createSafe(long address,
int capacity)
|
static VkPhysicalDeviceBufferAddressFeaturesEXT |
malloc()
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated with memAlloc. |
static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer |
malloc(int capacity)
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated with memAlloc. |
static VkPhysicalDeviceBufferAddressFeaturesEXT |
mallocStack()
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer |
mallocStack(int capacity)
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated on the specified MemoryStack. |
static VkPhysicalDeviceBufferAddressFeaturesEXT |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated on the specified MemoryStack. |
VkPhysicalDeviceBufferAddressFeaturesEXT |
pNext(long value)
Sets the specified value to the
pNext field. |
VkPhysicalDeviceBufferAddressFeaturesEXT |
set(int sType,
long pNext,
boolean bufferDeviceAddress,
boolean bufferDeviceAddressCaptureReplay,
boolean bufferDeviceAddressMultiDevice)
Initializes this struct with the specified values.
|
VkPhysicalDeviceBufferAddressFeaturesEXT |
set(VkPhysicalDeviceBufferAddressFeaturesEXT src)
Copies the specified struct data to this struct.
|
VkPhysicalDeviceBufferAddressFeaturesEXT |
sType(int value)
Sets the specified value to the
sType field. |
bufferDeviceAddress, bufferDeviceAddressCaptureReplay, bufferDeviceAddressMultiDevice, nbufferDeviceAddress, nbufferDeviceAddress, nbufferDeviceAddressCaptureReplay, nbufferDeviceAddressCaptureReplay, nbufferDeviceAddressMultiDevice, nbufferDeviceAddressMultiDevice, npNext, npNext, nsType, nsType, pNext, set, sizeof, sTypepublic VkPhysicalDeviceBufferAddressFeaturesEXT(java.nio.ByteBuffer container)
VkPhysicalDeviceBufferAddressFeaturesEXT 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 VkPhysicalDeviceBufferAddressFeaturesEXT sType(int value)
sType field.sType in class VkPhysicalDeviceBufferDeviceAddressFeaturesEXTpublic VkPhysicalDeviceBufferAddressFeaturesEXT pNext(long value)
pNext field.pNext in class VkPhysicalDeviceBufferDeviceAddressFeaturesEXTpublic VkPhysicalDeviceBufferAddressFeaturesEXT bufferDeviceAddress(boolean value)
bufferDeviceAddress field.bufferDeviceAddress in class VkPhysicalDeviceBufferDeviceAddressFeaturesEXTpublic VkPhysicalDeviceBufferAddressFeaturesEXT bufferDeviceAddressCaptureReplay(boolean value)
bufferDeviceAddressCaptureReplay field.bufferDeviceAddressCaptureReplay in class VkPhysicalDeviceBufferDeviceAddressFeaturesEXTpublic VkPhysicalDeviceBufferAddressFeaturesEXT bufferDeviceAddressMultiDevice(boolean value)
bufferDeviceAddressMultiDevice field.bufferDeviceAddressMultiDevice in class VkPhysicalDeviceBufferDeviceAddressFeaturesEXTpublic VkPhysicalDeviceBufferAddressFeaturesEXT set(int sType, long pNext, boolean bufferDeviceAddress, boolean bufferDeviceAddressCaptureReplay, boolean bufferDeviceAddressMultiDevice)
set in class VkPhysicalDeviceBufferDeviceAddressFeaturesEXTpublic VkPhysicalDeviceBufferAddressFeaturesEXT set(VkPhysicalDeviceBufferAddressFeaturesEXT src)
src - the source structpublic static VkPhysicalDeviceBufferAddressFeaturesEXT malloc()
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated with memAlloc. The instance must be explicitly freed.public static VkPhysicalDeviceBufferAddressFeaturesEXT calloc()
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated with memCalloc. The instance must be explicitly freed.public static VkPhysicalDeviceBufferAddressFeaturesEXT create()
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated with BufferUtils.public static VkPhysicalDeviceBufferAddressFeaturesEXT create(long address)
VkPhysicalDeviceBufferAddressFeaturesEXT instance for the specified memory address.@Nullable public static VkPhysicalDeviceBufferAddressFeaturesEXT createSafe(long address)
public static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer malloc(int capacity)
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer calloc(int capacity)
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer create(int capacity)
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer create(long address, int capacity)
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer createSafe(long address, int capacity)
public static VkPhysicalDeviceBufferAddressFeaturesEXT mallocStack()
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated on the thread-local MemoryStack.public static VkPhysicalDeviceBufferAddressFeaturesEXT callocStack()
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkPhysicalDeviceBufferAddressFeaturesEXT mallocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkPhysicalDeviceBufferAddressFeaturesEXT callocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceBufferAddressFeaturesEXT instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer mallocStack(int capacity)
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer callocStack(int capacity)
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkPhysicalDeviceBufferAddressFeaturesEXT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceBufferAddressFeaturesEXT.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.