Package org.lwjgl.vulkan
Class VkPhysicalDeviceVariablePointerFeatures
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPhysicalDeviceVariablePointersFeatures
-
- org.lwjgl.vulkan.VkPhysicalDeviceVariablePointerFeatures
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkPhysicalDeviceVariablePointerFeatures extends VkPhysicalDeviceVariablePointersFeatures
SeeVkPhysicalDeviceVariablePointersFeatures
.Layout
struct VkPhysicalDeviceVariablePointerFeatures { VkStructureType sType; void * pNext; VkBool32 variablePointersStorageBuffer; VkBool32 variablePointers; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkPhysicalDeviceVariablePointerFeatures.Buffer
An array ofVkPhysicalDeviceVariablePointerFeatures
structs.
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Fields inherited from class org.lwjgl.vulkan.VkPhysicalDeviceVariablePointersFeatures
ALIGNOF, PNEXT, SIZEOF, STYPE, VARIABLEPOINTERS, VARIABLEPOINTERSSTORAGEBUFFER
-
-
Constructor Summary
Constructors Constructor Description VkPhysicalDeviceVariablePointerFeatures(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceVariablePointerFeatures
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VkPhysicalDeviceVariablePointerFeatures
calloc()
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated withmemCalloc
.static VkPhysicalDeviceVariablePointerFeatures.Buffer
calloc(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated withmemCalloc
.static VkPhysicalDeviceVariablePointerFeatures
callocStack()
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceVariablePointerFeatures.Buffer
callocStack(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceVariablePointerFeatures.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceVariablePointerFeatures
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceVariablePointerFeatures
create()
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated withBufferUtils
.static VkPhysicalDeviceVariablePointerFeatures.Buffer
create(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated withBufferUtils
.static VkPhysicalDeviceVariablePointerFeatures
create(long address)
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance for the specified memory address.static VkPhysicalDeviceVariablePointerFeatures.Buffer
create(long address, int capacity)
Create aVkPhysicalDeviceVariablePointerFeatures.Buffer
instance at the specified memory.static VkPhysicalDeviceVariablePointerFeatures
createSafe(long address)
static VkPhysicalDeviceVariablePointerFeatures.Buffer
createSafe(long address, int capacity)
static VkPhysicalDeviceVariablePointerFeatures
malloc()
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated withmemAlloc
.static VkPhysicalDeviceVariablePointerFeatures.Buffer
malloc(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated withmemAlloc
.static VkPhysicalDeviceVariablePointerFeatures
mallocStack()
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceVariablePointerFeatures.Buffer
mallocStack(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceVariablePointerFeatures.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated on the specifiedMemoryStack
.static VkPhysicalDeviceVariablePointerFeatures
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated on the specifiedMemoryStack
.VkPhysicalDeviceVariablePointerFeatures
pNext(long value)
Sets the specified value to thepNext
field.VkPhysicalDeviceVariablePointerFeatures
set(int sType, long pNext, boolean variablePointersStorageBuffer, boolean variablePointers)
Initializes this struct with the specified values.VkPhysicalDeviceVariablePointerFeatures
set(VkPhysicalDeviceVariablePointerFeatures src)
Copies the specified struct data to this struct.VkPhysicalDeviceVariablePointerFeatures
sType(int value)
Sets the specified value to thesType
field.VkPhysicalDeviceVariablePointerFeatures
variablePointers(boolean value)
Sets the specified value to thevariablePointers
field.VkPhysicalDeviceVariablePointerFeatures
variablePointersStorageBuffer(boolean value)
Sets the specified value to thevariablePointersStorageBuffer
field.-
Methods inherited from class org.lwjgl.vulkan.VkPhysicalDeviceVariablePointersFeatures
npNext, npNext, nsType, nsType, nvariablePointers, nvariablePointers, nvariablePointersStorageBuffer, nvariablePointersStorageBuffer, pNext, set, sizeof, sType, variablePointers, variablePointersStorageBuffer
-
-
-
-
Constructor Detail
-
VkPhysicalDeviceVariablePointerFeatures
public VkPhysicalDeviceVariablePointerFeatures(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceVariablePointerFeatures
instance at the current position of the specifiedByteBuffer
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.
-
-
Method Detail
-
sType
public VkPhysicalDeviceVariablePointerFeatures sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkPhysicalDeviceVariablePointersFeatures
-
pNext
public VkPhysicalDeviceVariablePointerFeatures pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkPhysicalDeviceVariablePointersFeatures
-
variablePointersStorageBuffer
public VkPhysicalDeviceVariablePointerFeatures variablePointersStorageBuffer(boolean value)
Sets the specified value to thevariablePointersStorageBuffer
field.- Overrides:
variablePointersStorageBuffer
in classVkPhysicalDeviceVariablePointersFeatures
-
variablePointers
public VkPhysicalDeviceVariablePointerFeatures variablePointers(boolean value)
Sets the specified value to thevariablePointers
field.- Overrides:
variablePointers
in classVkPhysicalDeviceVariablePointersFeatures
-
set
public VkPhysicalDeviceVariablePointerFeatures set(int sType, long pNext, boolean variablePointersStorageBuffer, boolean variablePointers)
Initializes this struct with the specified values.- Overrides:
set
in classVkPhysicalDeviceVariablePointersFeatures
-
set
public VkPhysicalDeviceVariablePointerFeatures set(VkPhysicalDeviceVariablePointerFeatures src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkPhysicalDeviceVariablePointerFeatures malloc()
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkPhysicalDeviceVariablePointerFeatures calloc()
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkPhysicalDeviceVariablePointerFeatures create()
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated withBufferUtils
.
-
create
public static VkPhysicalDeviceVariablePointerFeatures create(long address)
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance for the specified memory address.
-
createSafe
@Nullable public static VkPhysicalDeviceVariablePointerFeatures createSafe(long address)
-
malloc
public static VkPhysicalDeviceVariablePointerFeatures.Buffer malloc(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkPhysicalDeviceVariablePointerFeatures.Buffer calloc(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceVariablePointerFeatures.Buffer create(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceVariablePointerFeatures.Buffer create(long address, int capacity)
Create aVkPhysicalDeviceVariablePointerFeatures.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkPhysicalDeviceVariablePointerFeatures.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkPhysicalDeviceVariablePointerFeatures mallocStack()
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkPhysicalDeviceVariablePointerFeatures callocStack()
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkPhysicalDeviceVariablePointerFeatures mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkPhysicalDeviceVariablePointerFeatures callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeatures
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkPhysicalDeviceVariablePointerFeatures.Buffer mallocStack(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceVariablePointerFeatures.Buffer callocStack(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkPhysicalDeviceVariablePointerFeatures.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceVariablePointerFeatures.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeatures.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-