public class VkPerformanceMarkerInfoINTEL
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
sType must be STRUCTURE_TYPE_PERFORMANCE_MARKER_INFO_INTELpNext must be NULLsType – the type of this structure.pNext – NULL or a pointer to an extension-specific structure.marker – the marker value that will be recorded into the opaque query results.
struct VkPerformanceMarkerInfoINTEL {
VkStructureType sType;
void const * pNext;
uint64_t marker;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkPerformanceMarkerInfoINTEL.Buffer
An array of
VkPerformanceMarkerInfoINTEL structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
MARKER
The struct member offsets.
|
static int |
PNEXT
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
static int |
STYPE
The struct member offsets.
|
| Constructor and Description |
|---|
VkPerformanceMarkerInfoINTEL(java.nio.ByteBuffer container)
Creates a
VkPerformanceMarkerInfoINTEL instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkPerformanceMarkerInfoINTEL |
calloc()
Returns a new
VkPerformanceMarkerInfoINTEL instance allocated with memCalloc. |
static VkPerformanceMarkerInfoINTEL.Buffer |
calloc(int capacity)
Returns a new
VkPerformanceMarkerInfoINTEL.Buffer instance allocated with memCalloc. |
static VkPerformanceMarkerInfoINTEL |
callocStack()
Returns a new
VkPerformanceMarkerInfoINTEL instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPerformanceMarkerInfoINTEL.Buffer |
callocStack(int capacity)
Returns a new
VkPerformanceMarkerInfoINTEL.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPerformanceMarkerInfoINTEL.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPerformanceMarkerInfoINTEL.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPerformanceMarkerInfoINTEL |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPerformanceMarkerInfoINTEL instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPerformanceMarkerInfoINTEL |
create()
Returns a new
VkPerformanceMarkerInfoINTEL instance allocated with BufferUtils. |
static VkPerformanceMarkerInfoINTEL.Buffer |
create(int capacity)
Returns a new
VkPerformanceMarkerInfoINTEL.Buffer instance allocated with BufferUtils. |
static VkPerformanceMarkerInfoINTEL |
create(long address)
Returns a new
VkPerformanceMarkerInfoINTEL instance for the specified memory address. |
static VkPerformanceMarkerInfoINTEL.Buffer |
create(long address,
int capacity)
Create a
VkPerformanceMarkerInfoINTEL.Buffer instance at the specified memory. |
static VkPerformanceMarkerInfoINTEL |
createSafe(long address)
|
static VkPerformanceMarkerInfoINTEL.Buffer |
createSafe(long address,
int capacity)
|
static VkPerformanceMarkerInfoINTEL |
malloc()
Returns a new
VkPerformanceMarkerInfoINTEL instance allocated with memAlloc. |
static VkPerformanceMarkerInfoINTEL.Buffer |
malloc(int capacity)
Returns a new
VkPerformanceMarkerInfoINTEL.Buffer instance allocated with memAlloc. |
static VkPerformanceMarkerInfoINTEL |
mallocStack()
Returns a new
VkPerformanceMarkerInfoINTEL instance allocated on the thread-local MemoryStack. |
static VkPerformanceMarkerInfoINTEL.Buffer |
mallocStack(int capacity)
Returns a new
VkPerformanceMarkerInfoINTEL.Buffer instance allocated on the thread-local MemoryStack. |
static VkPerformanceMarkerInfoINTEL.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPerformanceMarkerInfoINTEL.Buffer instance allocated on the specified MemoryStack. |
static VkPerformanceMarkerInfoINTEL |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPerformanceMarkerInfoINTEL instance allocated on the specified MemoryStack. |
long |
marker()
Returns the value of the
marker field. |
VkPerformanceMarkerInfoINTEL |
marker(long value)
Sets the specified value to the
marker field. |
static long |
nmarker(long struct)
Unsafe version of
marker(). |
static void |
nmarker(long struct,
long value)
Unsafe version of
marker. |
static long |
npNext(long struct)
Unsafe version of
pNext(). |
static void |
npNext(long struct,
long value)
Unsafe version of
pNext. |
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. |
VkPerformanceMarkerInfoINTEL |
pNext(long value)
Sets the specified value to the
pNext field. |
VkPerformanceMarkerInfoINTEL |
set(int sType,
long pNext,
long marker)
Initializes this struct with the specified values.
|
VkPerformanceMarkerInfoINTEL |
set(VkPerformanceMarkerInfoINTEL src)
Copies the specified struct data to this struct.
|
int |
sizeof() |
int |
sType()
Returns the value of the
sType field. |
VkPerformanceMarkerInfoINTEL |
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 MARKER
public VkPerformanceMarkerInfoINTEL(java.nio.ByteBuffer container)
VkPerformanceMarkerInfoINTEL 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 long marker()
marker field.public VkPerformanceMarkerInfoINTEL sType(int value)
sType field.public VkPerformanceMarkerInfoINTEL pNext(long value)
pNext field.public VkPerformanceMarkerInfoINTEL marker(long value)
marker field.public VkPerformanceMarkerInfoINTEL set(int sType, long pNext, long marker)
public VkPerformanceMarkerInfoINTEL set(VkPerformanceMarkerInfoINTEL src)
src - the source structpublic static VkPerformanceMarkerInfoINTEL malloc()
VkPerformanceMarkerInfoINTEL instance allocated with memAlloc. The instance must be explicitly freed.public static VkPerformanceMarkerInfoINTEL calloc()
VkPerformanceMarkerInfoINTEL instance allocated with memCalloc. The instance must be explicitly freed.public static VkPerformanceMarkerInfoINTEL create()
VkPerformanceMarkerInfoINTEL instance allocated with BufferUtils.public static VkPerformanceMarkerInfoINTEL create(long address)
VkPerformanceMarkerInfoINTEL instance for the specified memory address.@Nullable public static VkPerformanceMarkerInfoINTEL createSafe(long address)
public static VkPerformanceMarkerInfoINTEL.Buffer malloc(int capacity)
VkPerformanceMarkerInfoINTEL.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPerformanceMarkerInfoINTEL.Buffer calloc(int capacity)
VkPerformanceMarkerInfoINTEL.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPerformanceMarkerInfoINTEL.Buffer create(int capacity)
VkPerformanceMarkerInfoINTEL.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkPerformanceMarkerInfoINTEL.Buffer create(long address, int capacity)
VkPerformanceMarkerInfoINTEL.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkPerformanceMarkerInfoINTEL.Buffer createSafe(long address, int capacity)
public static VkPerformanceMarkerInfoINTEL mallocStack()
VkPerformanceMarkerInfoINTEL instance allocated on the thread-local MemoryStack.public static VkPerformanceMarkerInfoINTEL callocStack()
VkPerformanceMarkerInfoINTEL instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkPerformanceMarkerInfoINTEL mallocStack(org.lwjgl.system.MemoryStack stack)
VkPerformanceMarkerInfoINTEL instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkPerformanceMarkerInfoINTEL callocStack(org.lwjgl.system.MemoryStack stack)
VkPerformanceMarkerInfoINTEL instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkPerformanceMarkerInfoINTEL.Buffer mallocStack(int capacity)
VkPerformanceMarkerInfoINTEL.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkPerformanceMarkerInfoINTEL.Buffer callocStack(int capacity)
VkPerformanceMarkerInfoINTEL.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkPerformanceMarkerInfoINTEL.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPerformanceMarkerInfoINTEL.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkPerformanceMarkerInfoINTEL.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPerformanceMarkerInfoINTEL.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 long nmarker(long struct)
marker().public static void nsType(long struct,
int value)
sType.public static void npNext(long struct,
long value)
pNext.public static void nmarker(long struct,
long value)
marker.Copyright LWJGL. All Rights Reserved. License terms.