public class VkPhysicalDeviceShaderAtomicInt64FeaturesKHR
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
sType – the type of this structure.pNext – NULL or a pointer to an extension-specific structure.shaderBufferInt64Atomics – indicates whether shaders can support 64-bit unsigned and signed integer atomic operations on buffers.shaderSharedInt64Atomics – indicates whether shaders can support 64-bit unsigned and signed integer atomic operations on shared memory.
struct VkPhysicalDeviceShaderAtomicInt64FeaturesKHR {
VkStructureType sType;
void * pNext;
VkBool32 shaderBufferInt64Atomics;
VkBool32 shaderSharedInt64Atomics;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer
An array of
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
PNEXT
The struct member offsets.
|
static int |
SHADERBUFFERINT64ATOMICS
The struct member offsets.
|
static int |
SHADERSHAREDINT64ATOMICS
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
static int |
STYPE
The struct member offsets.
|
| Constructor and Description |
|---|
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR(java.nio.ByteBuffer container)
Creates a
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
calloc()
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated with memCalloc. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer |
calloc(int capacity)
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated with memCalloc. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
callocStack()
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer |
callocStack(int capacity)
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
create()
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated with BufferUtils. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer |
create(int capacity)
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated with BufferUtils. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
create(long address)
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance for the specified memory address. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer |
create(long address,
int capacity)
Create a
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance at the specified memory. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
createSafe(long address)
|
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer |
createSafe(long address,
int capacity)
|
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
malloc()
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated with memAlloc. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer |
malloc(int capacity)
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated with memAlloc. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
mallocStack()
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer |
mallocStack(int capacity)
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated on the specified MemoryStack. |
static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated on the specified MemoryStack. |
static long |
npNext(long struct)
Unsafe version of
pNext(). |
static void |
npNext(long struct,
long value)
Unsafe version of
pNext. |
static int |
nshaderBufferInt64Atomics(long struct)
Unsafe version of
shaderBufferInt64Atomics(). |
static void |
nshaderBufferInt64Atomics(long struct,
int value)
Unsafe version of
shaderBufferInt64Atomics. |
static int |
nshaderSharedInt64Atomics(long struct)
Unsafe version of
shaderSharedInt64Atomics(). |
static void |
nshaderSharedInt64Atomics(long struct,
int value)
Unsafe version of
shaderSharedInt64Atomics. |
static int |
nsType(long struct)
Unsafe version of
sType(). |
static void |
nsType(long struct,
int value)
Unsafe version of
sType. |
long |
pNext()
Returns the value of the
pNext field. |
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
pNext(long value)
Sets the specified value to the
pNext field. |
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
set(int sType,
long pNext,
boolean shaderBufferInt64Atomics,
boolean shaderSharedInt64Atomics)
Initializes this struct with the specified values.
|
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
set(VkPhysicalDeviceShaderAtomicInt64FeaturesKHR src)
Copies the specified struct data to this struct.
|
boolean |
shaderBufferInt64Atomics()
Returns the value of the
shaderBufferInt64Atomics field. |
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
shaderBufferInt64Atomics(boolean value)
Sets the specified value to the
shaderBufferInt64Atomics field. |
boolean |
shaderSharedInt64Atomics()
Returns the value of the
shaderSharedInt64Atomics field. |
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
shaderSharedInt64Atomics(boolean value)
Sets the specified value to the
shaderSharedInt64Atomics field. |
int |
sizeof() |
int |
sType()
Returns the value of the
sType field. |
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR |
sType(int value)
Sets the specified value to the
sType field. |
public static final int SIZEOF
public static final int ALIGNOF
public static final int STYPE
public static final int PNEXT
public static final int SHADERBUFFERINT64ATOMICS
public static final int SHADERSHAREDINT64ATOMICS
public VkPhysicalDeviceShaderAtomicInt64FeaturesKHR(java.nio.ByteBuffer container)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR 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 int sizeof()
sizeof in class org.lwjgl.system.Structpublic int sType()
sType field.public long pNext()
pNext field.public boolean shaderBufferInt64Atomics()
shaderBufferInt64Atomics field.public boolean shaderSharedInt64Atomics()
shaderSharedInt64Atomics field.public VkPhysicalDeviceShaderAtomicInt64FeaturesKHR sType(int value)
sType field.public VkPhysicalDeviceShaderAtomicInt64FeaturesKHR pNext(long value)
pNext field.public VkPhysicalDeviceShaderAtomicInt64FeaturesKHR shaderBufferInt64Atomics(boolean value)
shaderBufferInt64Atomics field.public VkPhysicalDeviceShaderAtomicInt64FeaturesKHR shaderSharedInt64Atomics(boolean value)
shaderSharedInt64Atomics field.public VkPhysicalDeviceShaderAtomicInt64FeaturesKHR set(int sType, long pNext, boolean shaderBufferInt64Atomics, boolean shaderSharedInt64Atomics)
public VkPhysicalDeviceShaderAtomicInt64FeaturesKHR set(VkPhysicalDeviceShaderAtomicInt64FeaturesKHR src)
src - the source structpublic static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR malloc()
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated with memAlloc. The instance must be explicitly freed.public static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR calloc()
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated with memCalloc. The instance must be explicitly freed.public static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR create()
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated with BufferUtils.public static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR create(long address)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance for the specified memory address.@Nullable public static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR createSafe(long address)
public static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer malloc(int capacity)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer calloc(int capacity)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer create(int capacity)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer create(long address, int capacity)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer createSafe(long address, int capacity)
public static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR mallocStack()
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated on the thread-local MemoryStack.public static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR callocStack()
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR mallocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR callocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer mallocStack(int capacity)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer callocStack(int capacity)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacitypublic static int nsType(long struct)
sType().public static long npNext(long struct)
pNext().public static int nshaderBufferInt64Atomics(long struct)
shaderBufferInt64Atomics().public static int nshaderSharedInt64Atomics(long struct)
shaderSharedInt64Atomics().public static void nsType(long struct,
int value)
sType.public static void npNext(long struct,
long value)
pNext.public static void nshaderBufferInt64Atomics(long struct,
int value)
shaderBufferInt64Atomics.public static void nshaderSharedInt64Atomics(long struct,
int value)
shaderSharedInt64Atomics.Copyright LWJGL. All Rights Reserved. License terms.