Package org.lwjgl.vulkan
Class VkPhysicalDeviceVariablePointerFeaturesKHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPhysicalDeviceVariablePointersFeatures
-
- org.lwjgl.vulkan.VkPhysicalDeviceVariablePointerFeaturesKHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkPhysicalDeviceVariablePointerFeaturesKHR extends VkPhysicalDeviceVariablePointersFeatures
SeeVkPhysicalDeviceVariablePointersFeatures
.Layout
struct VkPhysicalDeviceVariablePointerFeaturesKHR { VkStructureType sType; void * pNext; VkBool32 variablePointersStorageBuffer; VkBool32 variablePointers; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
An array ofVkPhysicalDeviceVariablePointerFeaturesKHR
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 VkPhysicalDeviceVariablePointerFeaturesKHR(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceVariablePointerFeaturesKHR
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 VkPhysicalDeviceVariablePointerFeaturesKHR
calloc()
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated withmemCalloc
.static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
calloc(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated withmemCalloc
.static VkPhysicalDeviceVariablePointerFeaturesKHR
callocStack()
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
callocStack(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceVariablePointerFeaturesKHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceVariablePointerFeaturesKHR
create()
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated withBufferUtils
.static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
create(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated withBufferUtils
.static VkPhysicalDeviceVariablePointerFeaturesKHR
create(long address)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance for the specified memory address.static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
create(long address, int capacity)
Create aVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance at the specified memory.static VkPhysicalDeviceVariablePointerFeaturesKHR
createSafe(long address)
static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
createSafe(long address, int capacity)
static VkPhysicalDeviceVariablePointerFeaturesKHR
malloc()
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated withmemAlloc
.static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
malloc(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated withmemAlloc
.static VkPhysicalDeviceVariablePointerFeaturesKHR
mallocStack()
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
mallocStack(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkPhysicalDeviceVariablePointerFeaturesKHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated on the specifiedMemoryStack
.VkPhysicalDeviceVariablePointerFeaturesKHR
pNext(long value)
Sets the specified value to thepNext
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 thesType
field.VkPhysicalDeviceVariablePointerFeaturesKHR
variablePointers(boolean value)
Sets the specified value to thevariablePointers
field.VkPhysicalDeviceVariablePointerFeaturesKHR
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
-
VkPhysicalDeviceVariablePointerFeaturesKHR
public VkPhysicalDeviceVariablePointerFeaturesKHR(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceVariablePointerFeaturesKHR
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 VkPhysicalDeviceVariablePointerFeaturesKHR sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkPhysicalDeviceVariablePointersFeatures
-
pNext
public VkPhysicalDeviceVariablePointerFeaturesKHR pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkPhysicalDeviceVariablePointersFeatures
-
variablePointersStorageBuffer
public VkPhysicalDeviceVariablePointerFeaturesKHR variablePointersStorageBuffer(boolean value)
Sets the specified value to thevariablePointersStorageBuffer
field.- Overrides:
variablePointersStorageBuffer
in classVkPhysicalDeviceVariablePointersFeatures
-
variablePointers
public VkPhysicalDeviceVariablePointerFeaturesKHR variablePointers(boolean value)
Sets the specified value to thevariablePointers
field.- Overrides:
variablePointers
in classVkPhysicalDeviceVariablePointersFeatures
-
set
public VkPhysicalDeviceVariablePointerFeaturesKHR set(int sType, long pNext, boolean variablePointersStorageBuffer, boolean variablePointers)
Initializes this struct with the specified values.- Overrides:
set
in classVkPhysicalDeviceVariablePointersFeatures
-
set
public VkPhysicalDeviceVariablePointerFeaturesKHR set(VkPhysicalDeviceVariablePointerFeaturesKHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkPhysicalDeviceVariablePointerFeaturesKHR malloc()
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkPhysicalDeviceVariablePointerFeaturesKHR calloc()
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkPhysicalDeviceVariablePointerFeaturesKHR create()
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated withBufferUtils
.
-
create
public static VkPhysicalDeviceVariablePointerFeaturesKHR create(long address)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkPhysicalDeviceVariablePointerFeaturesKHR createSafe(long address)
-
malloc
public static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer malloc(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer calloc(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer create(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer create(long address, int capacity)
Create aVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkPhysicalDeviceVariablePointerFeaturesKHR mallocStack()
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkPhysicalDeviceVariablePointerFeaturesKHR callocStack()
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkPhysicalDeviceVariablePointerFeaturesKHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkPhysicalDeviceVariablePointerFeaturesKHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer mallocStack(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer callocStack(int capacity)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceVariablePointerFeaturesKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceVariablePointerFeaturesKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-