public class VkObjectTablePipelineEntryNVX
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
type must be OBJECT_ENTRY_TYPE_PIPELINE_NVXtype must be a valid VkObjectEntryTypeNVX valueflags must be a valid combination of VkObjectEntryUsageFlagBitsNVX valuesflags must not be 0pipeline must be a valid VkPipeline handlepipeline – specifies the VkPipeline that this resource entry references.
struct VkObjectTablePipelineEntryNVX {
VkObjectEntryTypeNVX type;
VkObjectEntryUsageFlagsNVX flags;
VkPipeline pipeline;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkObjectTablePipelineEntryNVX.Buffer
An array of
VkObjectTablePipelineEntryNVX structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
FLAGS
The struct member offsets.
|
static int |
PIPELINE
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
static int |
TYPE
The struct member offsets.
|
| Constructor and Description |
|---|
VkObjectTablePipelineEntryNVX(java.nio.ByteBuffer container)
Creates a
VkObjectTablePipelineEntryNVX instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkObjectTablePipelineEntryNVX |
calloc()
Returns a new
VkObjectTablePipelineEntryNVX instance allocated with memCalloc. |
static VkObjectTablePipelineEntryNVX.Buffer |
calloc(int capacity)
Returns a new
VkObjectTablePipelineEntryNVX.Buffer instance allocated with memCalloc. |
static VkObjectTablePipelineEntryNVX |
callocStack()
Returns a new
VkObjectTablePipelineEntryNVX instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkObjectTablePipelineEntryNVX.Buffer |
callocStack(int capacity)
Returns a new
VkObjectTablePipelineEntryNVX.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkObjectTablePipelineEntryNVX.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkObjectTablePipelineEntryNVX.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkObjectTablePipelineEntryNVX |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkObjectTablePipelineEntryNVX instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkObjectTablePipelineEntryNVX |
create()
Returns a new
VkObjectTablePipelineEntryNVX instance allocated with BufferUtils. |
static VkObjectTablePipelineEntryNVX.Buffer |
create(int capacity)
Returns a new
VkObjectTablePipelineEntryNVX.Buffer instance allocated with BufferUtils. |
static VkObjectTablePipelineEntryNVX |
create(long address)
Returns a new
VkObjectTablePipelineEntryNVX instance for the specified memory address. |
static VkObjectTablePipelineEntryNVX.Buffer |
create(long address,
int capacity)
Create a
VkObjectTablePipelineEntryNVX.Buffer instance at the specified memory. |
static VkObjectTablePipelineEntryNVX |
createSafe(long address)
|
static VkObjectTablePipelineEntryNVX.Buffer |
createSafe(long address,
int capacity)
|
int |
flags()
Returns the value of the
flags field. |
VkObjectTablePipelineEntryNVX |
flags(int value)
Sets the specified value to the
flags field. |
static VkObjectTablePipelineEntryNVX |
malloc()
Returns a new
VkObjectTablePipelineEntryNVX instance allocated with memAlloc. |
static VkObjectTablePipelineEntryNVX.Buffer |
malloc(int capacity)
Returns a new
VkObjectTablePipelineEntryNVX.Buffer instance allocated with memAlloc. |
static VkObjectTablePipelineEntryNVX |
mallocStack()
Returns a new
VkObjectTablePipelineEntryNVX instance allocated on the thread-local MemoryStack. |
static VkObjectTablePipelineEntryNVX.Buffer |
mallocStack(int capacity)
Returns a new
VkObjectTablePipelineEntryNVX.Buffer instance allocated on the thread-local MemoryStack. |
static VkObjectTablePipelineEntryNVX.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkObjectTablePipelineEntryNVX.Buffer instance allocated on the specified MemoryStack. |
static VkObjectTablePipelineEntryNVX |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkObjectTablePipelineEntryNVX instance allocated on the specified MemoryStack. |
static int |
nflags(long struct)
Unsafe version of
flags(). |
static void |
nflags(long struct,
int value)
Unsafe version of
flags. |
static long |
npipeline(long struct)
Unsafe version of
pipeline(). |
static void |
npipeline(long struct,
long value)
Unsafe version of
pipeline. |
static int |
ntype(long struct)
Unsafe version of
type(). |
static void |
ntype(long struct,
int value)
Unsafe version of
type. |
long |
pipeline()
Returns the value of the
pipeline field. |
VkObjectTablePipelineEntryNVX |
pipeline(long value)
Sets the specified value to the
pipeline field. |
VkObjectTablePipelineEntryNVX |
set(int type,
int flags,
long pipeline)
Initializes this struct with the specified values.
|
VkObjectTablePipelineEntryNVX |
set(VkObjectTablePipelineEntryNVX src)
Copies the specified struct data to this struct.
|
int |
sizeof() |
int |
type()
Returns the value of the
type field. |
VkObjectTablePipelineEntryNVX |
type(int value)
Sets the specified value to the
type field. |
public static final int SIZEOF
public static final int ALIGNOF
public static final int TYPE
public static final int FLAGS
public static final int PIPELINE
public VkObjectTablePipelineEntryNVX(java.nio.ByteBuffer container)
VkObjectTablePipelineEntryNVX 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 type()
type field.public int flags()
flags field.public long pipeline()
pipeline field.public VkObjectTablePipelineEntryNVX type(int value)
type field.public VkObjectTablePipelineEntryNVX flags(int value)
flags field.public VkObjectTablePipelineEntryNVX pipeline(long value)
pipeline field.public VkObjectTablePipelineEntryNVX set(int type, int flags, long pipeline)
public VkObjectTablePipelineEntryNVX set(VkObjectTablePipelineEntryNVX src)
src - the source structpublic static VkObjectTablePipelineEntryNVX malloc()
VkObjectTablePipelineEntryNVX instance allocated with memAlloc. The instance must be explicitly freed.public static VkObjectTablePipelineEntryNVX calloc()
VkObjectTablePipelineEntryNVX instance allocated with memCalloc. The instance must be explicitly freed.public static VkObjectTablePipelineEntryNVX create()
VkObjectTablePipelineEntryNVX instance allocated with BufferUtils.public static VkObjectTablePipelineEntryNVX create(long address)
VkObjectTablePipelineEntryNVX instance for the specified memory address.@Nullable public static VkObjectTablePipelineEntryNVX createSafe(long address)
public static VkObjectTablePipelineEntryNVX.Buffer malloc(int capacity)
VkObjectTablePipelineEntryNVX.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkObjectTablePipelineEntryNVX.Buffer calloc(int capacity)
VkObjectTablePipelineEntryNVX.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkObjectTablePipelineEntryNVX.Buffer create(int capacity)
VkObjectTablePipelineEntryNVX.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkObjectTablePipelineEntryNVX.Buffer create(long address, int capacity)
VkObjectTablePipelineEntryNVX.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkObjectTablePipelineEntryNVX.Buffer createSafe(long address, int capacity)
public static VkObjectTablePipelineEntryNVX mallocStack()
VkObjectTablePipelineEntryNVX instance allocated on the thread-local MemoryStack.public static VkObjectTablePipelineEntryNVX callocStack()
VkObjectTablePipelineEntryNVX instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkObjectTablePipelineEntryNVX mallocStack(org.lwjgl.system.MemoryStack stack)
VkObjectTablePipelineEntryNVX instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkObjectTablePipelineEntryNVX callocStack(org.lwjgl.system.MemoryStack stack)
VkObjectTablePipelineEntryNVX instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkObjectTablePipelineEntryNVX.Buffer mallocStack(int capacity)
VkObjectTablePipelineEntryNVX.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkObjectTablePipelineEntryNVX.Buffer callocStack(int capacity)
VkObjectTablePipelineEntryNVX.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkObjectTablePipelineEntryNVX.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkObjectTablePipelineEntryNVX.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkObjectTablePipelineEntryNVX.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkObjectTablePipelineEntryNVX.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 ntype(long struct)
type().public static int nflags(long struct)
flags().public static long npipeline(long struct)
pipeline().public static void ntype(long struct,
int value)
type.public static void nflags(long struct,
int value)
flags.public static void npipeline(long struct,
long value)
pipeline.Copyright LWJGL. All Rights Reserved. License terms.