public class VkPhysicalDeviceFloat16Int8FeaturesKHR extends VkPhysicalDeviceShaderFloat16Int8FeaturesKHR
VkPhysicalDeviceShaderFloat16Int8FeaturesKHR.
struct VkPhysicalDeviceFloat16Int8FeaturesKHR {
VkStructureType sType;
void * pNext;
VkBool32 shaderFloat16;
VkBool32 shaderInt8;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer
An array of
VkPhysicalDeviceFloat16Int8FeaturesKHR structs. |
ALIGNOF, PNEXT, SHADERFLOAT16, SHADERINT8, SIZEOF, STYPE| Constructor and Description |
|---|
VkPhysicalDeviceFloat16Int8FeaturesKHR(java.nio.ByteBuffer container)
Creates a
VkPhysicalDeviceFloat16Int8FeaturesKHR instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkPhysicalDeviceFloat16Int8FeaturesKHR |
calloc()
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated with memCalloc. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer |
calloc(int capacity)
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated with memCalloc. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR |
callocStack()
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer |
callocStack(int capacity)
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR |
create()
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated with BufferUtils. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer |
create(int capacity)
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated with BufferUtils. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR |
create(long address)
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR instance for the specified memory address. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer |
create(long address,
int capacity)
Create a
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance at the specified memory. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR |
createSafe(long address)
|
static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer |
createSafe(long address,
int capacity)
|
static VkPhysicalDeviceFloat16Int8FeaturesKHR |
malloc()
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated with memAlloc. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer |
malloc(int capacity)
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated with memAlloc. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR |
mallocStack()
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer |
mallocStack(int capacity)
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated on the specified MemoryStack. |
static VkPhysicalDeviceFloat16Int8FeaturesKHR |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated on the specified MemoryStack. |
VkPhysicalDeviceFloat16Int8FeaturesKHR |
pNext(long value)
Sets the specified value to the
pNext field. |
VkPhysicalDeviceFloat16Int8FeaturesKHR |
set(int sType,
long pNext,
boolean shaderFloat16,
boolean shaderInt8)
Initializes this struct with the specified values.
|
VkPhysicalDeviceFloat16Int8FeaturesKHR |
set(VkPhysicalDeviceFloat16Int8FeaturesKHR src)
Copies the specified struct data to this struct.
|
VkPhysicalDeviceFloat16Int8FeaturesKHR |
shaderFloat16(boolean value)
Sets the specified value to the
shaderFloat16 field. |
VkPhysicalDeviceFloat16Int8FeaturesKHR |
shaderInt8(boolean value)
Sets the specified value to the
shaderInt8 field. |
VkPhysicalDeviceFloat16Int8FeaturesKHR |
sType(int value)
Sets the specified value to the
sType field. |
npNext, npNext, nshaderFloat16, nshaderFloat16, nshaderInt8, nshaderInt8, nsType, nsType, pNext, set, shaderFloat16, shaderInt8, sizeof, sTypepublic VkPhysicalDeviceFloat16Int8FeaturesKHR(java.nio.ByteBuffer container)
VkPhysicalDeviceFloat16Int8FeaturesKHR 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 VkPhysicalDeviceFloat16Int8FeaturesKHR sType(int value)
sType field.sType in class VkPhysicalDeviceShaderFloat16Int8FeaturesKHRpublic VkPhysicalDeviceFloat16Int8FeaturesKHR pNext(long value)
pNext field.pNext in class VkPhysicalDeviceShaderFloat16Int8FeaturesKHRpublic VkPhysicalDeviceFloat16Int8FeaturesKHR shaderFloat16(boolean value)
shaderFloat16 field.shaderFloat16 in class VkPhysicalDeviceShaderFloat16Int8FeaturesKHRpublic VkPhysicalDeviceFloat16Int8FeaturesKHR shaderInt8(boolean value)
shaderInt8 field.shaderInt8 in class VkPhysicalDeviceShaderFloat16Int8FeaturesKHRpublic VkPhysicalDeviceFloat16Int8FeaturesKHR set(int sType, long pNext, boolean shaderFloat16, boolean shaderInt8)
set in class VkPhysicalDeviceShaderFloat16Int8FeaturesKHRpublic VkPhysicalDeviceFloat16Int8FeaturesKHR set(VkPhysicalDeviceFloat16Int8FeaturesKHR src)
src - the source structpublic static VkPhysicalDeviceFloat16Int8FeaturesKHR malloc()
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated with memAlloc. The instance must be explicitly freed.public static VkPhysicalDeviceFloat16Int8FeaturesKHR calloc()
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated with memCalloc. The instance must be explicitly freed.public static VkPhysicalDeviceFloat16Int8FeaturesKHR create()
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated with BufferUtils.public static VkPhysicalDeviceFloat16Int8FeaturesKHR create(long address)
VkPhysicalDeviceFloat16Int8FeaturesKHR instance for the specified memory address.@Nullable public static VkPhysicalDeviceFloat16Int8FeaturesKHR createSafe(long address)
public static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer malloc(int capacity)
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer calloc(int capacity)
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer create(int capacity)
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer create(long address, int capacity)
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer createSafe(long address, int capacity)
public static VkPhysicalDeviceFloat16Int8FeaturesKHR mallocStack()
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated on the thread-local MemoryStack.public static VkPhysicalDeviceFloat16Int8FeaturesKHR callocStack()
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkPhysicalDeviceFloat16Int8FeaturesKHR mallocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkPhysicalDeviceFloat16Int8FeaturesKHR callocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceFloat16Int8FeaturesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer mallocStack(int capacity)
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer callocStack(int capacity)
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceFloat16Int8FeaturesKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacityCopyright LWJGL. All Rights Reserved. License terms.