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