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