public class VkQueryPoolCreateInfoINTEL
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
sType must be STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO_INTELpNext must be NULLperformanceCountersSampling must be a valid VkQueryPoolSamplingModeINTEL valuesType – the type of this structure.pNext – NULL or a pointer to an extension-specific structure.performanceCountersSampling – describe how performance queries should be captured.
struct VkQueryPoolCreateInfoINTEL {
VkStructureType sType;
void const * pNext;
VkQueryPoolSamplingModeINTEL performanceCountersSampling;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkQueryPoolCreateInfoINTEL.Buffer
An array of
VkQueryPoolCreateInfoINTEL structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
PERFORMANCECOUNTERSSAMPLING
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 |
|---|
VkQueryPoolCreateInfoINTEL(java.nio.ByteBuffer container)
Creates a
VkQueryPoolCreateInfoINTEL instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkQueryPoolCreateInfoINTEL |
calloc()
Returns a new
VkQueryPoolCreateInfoINTEL instance allocated with memCalloc. |
static VkQueryPoolCreateInfoINTEL.Buffer |
calloc(int capacity)
Returns a new
VkQueryPoolCreateInfoINTEL.Buffer instance allocated with memCalloc. |
static VkQueryPoolCreateInfoINTEL |
callocStack()
Returns a new
VkQueryPoolCreateInfoINTEL instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkQueryPoolCreateInfoINTEL.Buffer |
callocStack(int capacity)
Returns a new
VkQueryPoolCreateInfoINTEL.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkQueryPoolCreateInfoINTEL.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkQueryPoolCreateInfoINTEL.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkQueryPoolCreateInfoINTEL |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkQueryPoolCreateInfoINTEL instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkQueryPoolCreateInfoINTEL |
create()
Returns a new
VkQueryPoolCreateInfoINTEL instance allocated with BufferUtils. |
static VkQueryPoolCreateInfoINTEL.Buffer |
create(int capacity)
Returns a new
VkQueryPoolCreateInfoINTEL.Buffer instance allocated with BufferUtils. |
static VkQueryPoolCreateInfoINTEL |
create(long address)
Returns a new
VkQueryPoolCreateInfoINTEL instance for the specified memory address. |
static VkQueryPoolCreateInfoINTEL.Buffer |
create(long address,
int capacity)
Create a
VkQueryPoolCreateInfoINTEL.Buffer instance at the specified memory. |
static VkQueryPoolCreateInfoINTEL |
createSafe(long address)
|
static VkQueryPoolCreateInfoINTEL.Buffer |
createSafe(long address,
int capacity)
|
static VkQueryPoolCreateInfoINTEL |
malloc()
Returns a new
VkQueryPoolCreateInfoINTEL instance allocated with memAlloc. |
static VkQueryPoolCreateInfoINTEL.Buffer |
malloc(int capacity)
Returns a new
VkQueryPoolCreateInfoINTEL.Buffer instance allocated with memAlloc. |
static VkQueryPoolCreateInfoINTEL |
mallocStack()
Returns a new
VkQueryPoolCreateInfoINTEL instance allocated on the thread-local MemoryStack. |
static VkQueryPoolCreateInfoINTEL.Buffer |
mallocStack(int capacity)
Returns a new
VkQueryPoolCreateInfoINTEL.Buffer instance allocated on the thread-local MemoryStack. |
static VkQueryPoolCreateInfoINTEL.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkQueryPoolCreateInfoINTEL.Buffer instance allocated on the specified MemoryStack. |
static VkQueryPoolCreateInfoINTEL |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkQueryPoolCreateInfoINTEL instance allocated on the specified MemoryStack. |
static int |
nperformanceCountersSampling(long struct)
Unsafe version of
performanceCountersSampling(). |
static void |
nperformanceCountersSampling(long struct,
int value)
Unsafe version of
performanceCountersSampling. |
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. |
int |
performanceCountersSampling()
Returns the value of the
performanceCountersSampling field. |
VkQueryPoolCreateInfoINTEL |
performanceCountersSampling(int value)
Sets the specified value to the
performanceCountersSampling field. |
long |
pNext()
Returns the value of the
pNext field. |
VkQueryPoolCreateInfoINTEL |
pNext(long value)
Sets the specified value to the
pNext field. |
VkQueryPoolCreateInfoINTEL |
set(int sType,
long pNext,
int performanceCountersSampling)
Initializes this struct with the specified values.
|
VkQueryPoolCreateInfoINTEL |
set(VkQueryPoolCreateInfoINTEL src)
Copies the specified struct data to this struct.
|
int |
sizeof() |
int |
sType()
Returns the value of the
sType field. |
VkQueryPoolCreateInfoINTEL |
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 PERFORMANCECOUNTERSSAMPLING
public VkQueryPoolCreateInfoINTEL(java.nio.ByteBuffer container)
VkQueryPoolCreateInfoINTEL 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 int performanceCountersSampling()
performanceCountersSampling field.public VkQueryPoolCreateInfoINTEL sType(int value)
sType field.public VkQueryPoolCreateInfoINTEL pNext(long value)
pNext field.public VkQueryPoolCreateInfoINTEL performanceCountersSampling(int value)
performanceCountersSampling field.public VkQueryPoolCreateInfoINTEL set(int sType, long pNext, int performanceCountersSampling)
public VkQueryPoolCreateInfoINTEL set(VkQueryPoolCreateInfoINTEL src)
src - the source structpublic static VkQueryPoolCreateInfoINTEL malloc()
VkQueryPoolCreateInfoINTEL instance allocated with memAlloc. The instance must be explicitly freed.public static VkQueryPoolCreateInfoINTEL calloc()
VkQueryPoolCreateInfoINTEL instance allocated with memCalloc. The instance must be explicitly freed.public static VkQueryPoolCreateInfoINTEL create()
VkQueryPoolCreateInfoINTEL instance allocated with BufferUtils.public static VkQueryPoolCreateInfoINTEL create(long address)
VkQueryPoolCreateInfoINTEL instance for the specified memory address.@Nullable public static VkQueryPoolCreateInfoINTEL createSafe(long address)
public static VkQueryPoolCreateInfoINTEL.Buffer malloc(int capacity)
VkQueryPoolCreateInfoINTEL.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkQueryPoolCreateInfoINTEL.Buffer calloc(int capacity)
VkQueryPoolCreateInfoINTEL.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkQueryPoolCreateInfoINTEL.Buffer create(int capacity)
VkQueryPoolCreateInfoINTEL.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkQueryPoolCreateInfoINTEL.Buffer create(long address, int capacity)
VkQueryPoolCreateInfoINTEL.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkQueryPoolCreateInfoINTEL.Buffer createSafe(long address, int capacity)
public static VkQueryPoolCreateInfoINTEL mallocStack()
VkQueryPoolCreateInfoINTEL instance allocated on the thread-local MemoryStack.public static VkQueryPoolCreateInfoINTEL callocStack()
VkQueryPoolCreateInfoINTEL instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkQueryPoolCreateInfoINTEL mallocStack(org.lwjgl.system.MemoryStack stack)
VkQueryPoolCreateInfoINTEL instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkQueryPoolCreateInfoINTEL callocStack(org.lwjgl.system.MemoryStack stack)
VkQueryPoolCreateInfoINTEL instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkQueryPoolCreateInfoINTEL.Buffer mallocStack(int capacity)
VkQueryPoolCreateInfoINTEL.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkQueryPoolCreateInfoINTEL.Buffer callocStack(int capacity)
VkQueryPoolCreateInfoINTEL.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkQueryPoolCreateInfoINTEL.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkQueryPoolCreateInfoINTEL.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkQueryPoolCreateInfoINTEL.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkQueryPoolCreateInfoINTEL.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 nperformanceCountersSampling(long struct)
performanceCountersSampling().public static void nsType(long struct,
int value)
sType.public static void npNext(long struct,
long value)
pNext.public static void nperformanceCountersSampling(long struct,
int value)
performanceCountersSampling.Copyright LWJGL. All Rights Reserved. License terms.