public class VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
If the VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR structure is included in the pNext chain of VkPhysicalDeviceFeatures2, it is filled with values indicating whether the feature is supported. VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR can also be included in the pNext chain of VkDeviceCreateInfo to enable features.
pipelineExecutableInfo – indicates that the implementation supports reporting properties and statistics about the executables associated with a compiled pipeline.
struct VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR {
VkStructureType sType;
void * pNext;
VkBool32 pipelineExecutableInfo;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer
An array of
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
PIPELINEEXECUTABLEINFO
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 |
|---|
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR(java.nio.ByteBuffer container)
Creates a
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
calloc()
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated with memCalloc. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer |
calloc(int capacity)
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated with memCalloc. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
callocStack()
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer |
callocStack(int capacity)
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
create()
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated with BufferUtils. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer |
create(int capacity)
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated with BufferUtils. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
create(long address)
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance for the specified memory address. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer |
create(long address,
int capacity)
Create a
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance at the specified memory. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
createSafe(long address)
|
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer |
createSafe(long address,
int capacity)
|
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
malloc()
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated with memAlloc. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer |
malloc(int capacity)
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated with memAlloc. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
mallocStack()
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated on the thread-local MemoryStack. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer |
mallocStack(int capacity)
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated on the thread-local MemoryStack. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated on the specified MemoryStack. |
static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated on the specified MemoryStack. |
static int |
npipelineExecutableInfo(long struct)
Unsafe version of
pipelineExecutableInfo(). |
static void |
npipelineExecutableInfo(long struct,
int value)
Unsafe version of
pipelineExecutableInfo. |
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. |
boolean |
pipelineExecutableInfo()
Returns the value of the
pipelineExecutableInfo field. |
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
pipelineExecutableInfo(boolean value)
Sets the specified value to the
pipelineExecutableInfo field. |
long |
pNext()
Returns the value of the
pNext field. |
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
pNext(long value)
Sets the specified value to the
pNext field. |
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
set(int sType,
long pNext,
boolean pipelineExecutableInfo)
Initializes this struct with the specified values.
|
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
set(VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR src)
Copies the specified struct data to this struct.
|
int |
sizeof() |
int |
sType()
Returns the value of the
sType field. |
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR |
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 PIPELINEEXECUTABLEINFO
public VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR(java.nio.ByteBuffer container)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR 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 pipelineExecutableInfo()
pipelineExecutableInfo field.public VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR sType(int value)
sType field.public VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR pNext(long value)
pNext field.public VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR pipelineExecutableInfo(boolean value)
pipelineExecutableInfo field.public VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR set(int sType, long pNext, boolean pipelineExecutableInfo)
public VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR set(VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR src)
src - the source structpublic static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR malloc()
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated with memAlloc. The instance must be explicitly freed.public static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR calloc()
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated with memCalloc. The instance must be explicitly freed.public static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR create()
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated with BufferUtils.public static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR create(long address)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance for the specified memory address.@Nullable public static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR createSafe(long address)
public static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer malloc(int capacity)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer calloc(int capacity)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer create(int capacity)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer create(long address, int capacity)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer createSafe(long address, int capacity)
public static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR mallocStack()
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated on the thread-local MemoryStack.public static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR callocStack()
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR mallocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR callocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer mallocStack(int capacity)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer callocStack(int capacity)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.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 npipelineExecutableInfo(long struct)
pipelineExecutableInfo().public static void nsType(long struct,
int value)
sType.public static void npNext(long struct,
long value)
pNext.public static void npipelineExecutableInfo(long struct,
int value)
pipelineExecutableInfo.Copyright LWJGL. All Rights Reserved. License terms.