Package org.lwjgl.vulkan
Class VkPhysicalDevice16BitStorageFeatures
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPhysicalDevice16BitStorageFeatures
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Direct Known Subclasses:
VkPhysicalDevice16BitStorageFeaturesKHR
public class VkPhysicalDevice16BitStorageFeatures extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Structure describing features supported by VK_KHR_16bit_storage.Valid Usage (Implicit)
sType
must beSTRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES
Member documentation
sType
– the type of this structure.pNext
–NULL
or a pointer to an extension-specific structure.storageBuffer16BitAccess
– specifies whether objects in theStorageBuffer
orPhysicalStorageBufferEXT
storage class with theBlock
decoration can have 16-bit integer and 16-bit floating-point members. If this feature is not enabled, 16-bit integer or 16-bit floating-point members must not be used in such objects. This also specifies whether shader modules can declare theStorageBuffer16BitAccess
capability.uniformAndStorageBuffer16BitAccess
– specifies whether objects in theUniform
storage class with theBlock
decoration and in theStorageBuffer
orPhysicalStorageBufferEXT
storage class with the same decoration can have 16-bit integer and 16-bit floating-point members. If this feature is not enabled, 16-bit integer or 16-bit floating-point members must not be used in such objects. This also specifies whether shader modules can declare theUniformAndStorageBuffer16BitAccess
capability.storagePushConstant16
– specifies whether objects in thePushConstant
storage class can have 16-bit integer and 16-bit floating-point members. If this feature is not enabled, 16-bit integer or floating-point members must not be used in such objects. This also specifies whether shader modules can declare theStoragePushConstant16
capability.storageInputOutput16
– specifies whether objects in theInput
andOutput
storage classes can have 16-bit integer and 16-bit floating-point members. If this feature is not enabled, 16-bit integer or 16-bit floating-point members must not be used in such objects. This also specifies whether shader modules can declare theStorageInputOutput16
capability.
Layout
struct VkPhysicalDevice16BitStorageFeatures { VkStructureType sType; void * pNext; VkBool32 storageBuffer16BitAccess; VkBool32 uniformAndStorageBuffer16BitAccess; VkBool32 storagePushConstant16; VkBool32 storageInputOutput16; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkPhysicalDevice16BitStorageFeatures.Buffer
An array ofVkPhysicalDevice16BitStorageFeatures
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
PNEXT
The struct member offsets.static int
SIZEOF
The struct size in bytes.static int
STORAGEBUFFER16BITACCESS
STORAGEINPUTOUTPUT16
STORAGEPUSHCONSTANT16
STYPE
UNIFORMANDSTORAGEBUFFER16BITACCESSThe struct member offsets.
-
Constructor Summary
Constructors Constructor Description VkPhysicalDevice16BitStorageFeatures(java.nio.ByteBuffer container)
Creates aVkPhysicalDevice16BitStorageFeatures
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VkPhysicalDevice16BitStorageFeatures
calloc()
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated withmemCalloc
.static VkPhysicalDevice16BitStorageFeatures.Buffer
calloc(int capacity)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated withmemCalloc
.static VkPhysicalDevice16BitStorageFeatures
callocStack()
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDevice16BitStorageFeatures.Buffer
callocStack(int capacity)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDevice16BitStorageFeatures.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDevice16BitStorageFeatures
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDevice16BitStorageFeatures
create()
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated withBufferUtils
.static VkPhysicalDevice16BitStorageFeatures.Buffer
create(int capacity)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated withBufferUtils
.static VkPhysicalDevice16BitStorageFeatures
create(long address)
Returns a newVkPhysicalDevice16BitStorageFeatures
instance for the specified memory address.static VkPhysicalDevice16BitStorageFeatures.Buffer
create(long address, int capacity)
Create aVkPhysicalDevice16BitStorageFeatures.Buffer
instance at the specified memory.static VkPhysicalDevice16BitStorageFeatures
createSafe(long address)
static VkPhysicalDevice16BitStorageFeatures.Buffer
createSafe(long address, int capacity)
static VkPhysicalDevice16BitStorageFeatures
malloc()
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated withmemAlloc
.static VkPhysicalDevice16BitStorageFeatures.Buffer
malloc(int capacity)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated withmemAlloc
.static VkPhysicalDevice16BitStorageFeatures
mallocStack()
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated on the thread-localMemoryStack
.static VkPhysicalDevice16BitStorageFeatures.Buffer
mallocStack(int capacity)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated on the thread-localMemoryStack
.static VkPhysicalDevice16BitStorageFeatures.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated on the specifiedMemoryStack
.static VkPhysicalDevice16BitStorageFeatures
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated on the specifiedMemoryStack
.static long
npNext(long struct)
Unsafe version ofpNext()
.static void
npNext(long struct, long value)
Unsafe version ofpNext
.static int
nstorageBuffer16BitAccess(long struct)
Unsafe version ofstorageBuffer16BitAccess()
.static void
nstorageBuffer16BitAccess(long struct, int value)
Unsafe version ofstorageBuffer16BitAccess
.static int
nstorageInputOutput16(long struct)
Unsafe version ofstorageInputOutput16()
.static void
nstorageInputOutput16(long struct, int value)
Unsafe version ofstorageInputOutput16
.static int
nstoragePushConstant16(long struct)
Unsafe version ofstoragePushConstant16()
.static void
nstoragePushConstant16(long struct, int value)
Unsafe version ofstoragePushConstant16
.static int
nsType(long struct)
Unsafe version ofsType()
.static void
nsType(long struct, int value)
Unsafe version ofsType
.static int
nuniformAndStorageBuffer16BitAccess(long struct)
Unsafe version ofuniformAndStorageBuffer16BitAccess()
.static void
nuniformAndStorageBuffer16BitAccess(long struct, int value)
Unsafe version ofuniformAndStorageBuffer16BitAccess
.long
pNext()
Returns the value of thepNext
field.VkPhysicalDevice16BitStorageFeatures
pNext(long value)
Sets the specified value to thepNext
field.VkPhysicalDevice16BitStorageFeatures
set(int sType, long pNext, boolean storageBuffer16BitAccess, boolean uniformAndStorageBuffer16BitAccess, boolean storagePushConstant16, boolean storageInputOutput16)
Initializes this struct with the specified values.VkPhysicalDevice16BitStorageFeatures
set(VkPhysicalDevice16BitStorageFeatures src)
Copies the specified struct data to this struct.int
sizeof()
boolean
storageBuffer16BitAccess()
Returns the value of thestorageBuffer16BitAccess
field.VkPhysicalDevice16BitStorageFeatures
storageBuffer16BitAccess(boolean value)
Sets the specified value to thestorageBuffer16BitAccess
field.boolean
storageInputOutput16()
Returns the value of thestorageInputOutput16
field.VkPhysicalDevice16BitStorageFeatures
storageInputOutput16(boolean value)
Sets the specified value to thestorageInputOutput16
field.boolean
storagePushConstant16()
Returns the value of thestoragePushConstant16
field.VkPhysicalDevice16BitStorageFeatures
storagePushConstant16(boolean value)
Sets the specified value to thestoragePushConstant16
field.int
sType()
Returns the value of thesType
field.VkPhysicalDevice16BitStorageFeatures
sType(int value)
Sets the specified value to thesType
field.boolean
uniformAndStorageBuffer16BitAccess()
Returns the value of theuniformAndStorageBuffer16BitAccess
field.VkPhysicalDevice16BitStorageFeatures
uniformAndStorageBuffer16BitAccess(boolean value)
Sets the specified value to theuniformAndStorageBuffer16BitAccess
field.
-
-
-
Constructor Detail
-
VkPhysicalDevice16BitStorageFeatures
public VkPhysicalDevice16BitStorageFeatures(java.nio.ByteBuffer container)
Creates aVkPhysicalDevice16BitStorageFeatures
instance at the current position of the specifiedByteBuffer
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.
-
-
Method Detail
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
sType
public int sType()
Returns the value of thesType
field.
-
pNext
public long pNext()
Returns the value of thepNext
field.
-
storageBuffer16BitAccess
public boolean storageBuffer16BitAccess()
Returns the value of thestorageBuffer16BitAccess
field.
-
uniformAndStorageBuffer16BitAccess
public boolean uniformAndStorageBuffer16BitAccess()
Returns the value of theuniformAndStorageBuffer16BitAccess
field.
-
storagePushConstant16
public boolean storagePushConstant16()
Returns the value of thestoragePushConstant16
field.
-
storageInputOutput16
public boolean storageInputOutput16()
Returns the value of thestorageInputOutput16
field.
-
sType
public VkPhysicalDevice16BitStorageFeatures sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkPhysicalDevice16BitStorageFeatures pNext(long value)
Sets the specified value to thepNext
field.
-
storageBuffer16BitAccess
public VkPhysicalDevice16BitStorageFeatures storageBuffer16BitAccess(boolean value)
Sets the specified value to thestorageBuffer16BitAccess
field.
-
uniformAndStorageBuffer16BitAccess
public VkPhysicalDevice16BitStorageFeatures uniformAndStorageBuffer16BitAccess(boolean value)
Sets the specified value to theuniformAndStorageBuffer16BitAccess
field.
-
storagePushConstant16
public VkPhysicalDevice16BitStorageFeatures storagePushConstant16(boolean value)
Sets the specified value to thestoragePushConstant16
field.
-
storageInputOutput16
public VkPhysicalDevice16BitStorageFeatures storageInputOutput16(boolean value)
Sets the specified value to thestorageInputOutput16
field.
-
set
public VkPhysicalDevice16BitStorageFeatures set(int sType, long pNext, boolean storageBuffer16BitAccess, boolean uniformAndStorageBuffer16BitAccess, boolean storagePushConstant16, boolean storageInputOutput16)
Initializes this struct with the specified values.
-
set
public VkPhysicalDevice16BitStorageFeatures set(VkPhysicalDevice16BitStorageFeatures src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkPhysicalDevice16BitStorageFeatures malloc()
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkPhysicalDevice16BitStorageFeatures calloc()
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkPhysicalDevice16BitStorageFeatures create()
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated withBufferUtils
.
-
create
public static VkPhysicalDevice16BitStorageFeatures create(long address)
Returns a newVkPhysicalDevice16BitStorageFeatures
instance for the specified memory address.
-
createSafe
@Nullable public static VkPhysicalDevice16BitStorageFeatures createSafe(long address)
-
malloc
public static VkPhysicalDevice16BitStorageFeatures.Buffer malloc(int capacity)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkPhysicalDevice16BitStorageFeatures.Buffer calloc(int capacity)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDevice16BitStorageFeatures.Buffer create(int capacity)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDevice16BitStorageFeatures.Buffer create(long address, int capacity)
Create aVkPhysicalDevice16BitStorageFeatures.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkPhysicalDevice16BitStorageFeatures.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkPhysicalDevice16BitStorageFeatures mallocStack()
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkPhysicalDevice16BitStorageFeatures callocStack()
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkPhysicalDevice16BitStorageFeatures mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkPhysicalDevice16BitStorageFeatures callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDevice16BitStorageFeatures
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkPhysicalDevice16BitStorageFeatures.Buffer mallocStack(int capacity)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkPhysicalDevice16BitStorageFeatures.Buffer callocStack(int capacity)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkPhysicalDevice16BitStorageFeatures.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkPhysicalDevice16BitStorageFeatures.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDevice16BitStorageFeatures.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
nsType
public static int nsType(long struct)
Unsafe version ofsType()
.
-
npNext
public static long npNext(long struct)
Unsafe version ofpNext()
.
-
nstorageBuffer16BitAccess
public static int nstorageBuffer16BitAccess(long struct)
Unsafe version ofstorageBuffer16BitAccess()
.
-
nuniformAndStorageBuffer16BitAccess
public static int nuniformAndStorageBuffer16BitAccess(long struct)
Unsafe version ofuniformAndStorageBuffer16BitAccess()
.
-
nstoragePushConstant16
public static int nstoragePushConstant16(long struct)
Unsafe version ofstoragePushConstant16()
.
-
nstorageInputOutput16
public static int nstorageInputOutput16(long struct)
Unsafe version ofstorageInputOutput16()
.
-
nsType
public static void nsType(long struct, int value)
Unsafe version ofsType
.
-
npNext
public static void npNext(long struct, long value)
Unsafe version ofpNext
.
-
nstorageBuffer16BitAccess
public static void nstorageBuffer16BitAccess(long struct, int value)
Unsafe version ofstorageBuffer16BitAccess
.
-
nuniformAndStorageBuffer16BitAccess
public static void nuniformAndStorageBuffer16BitAccess(long struct, int value)
Unsafe version ofuniformAndStorageBuffer16BitAccess
.
-
nstoragePushConstant16
public static void nstoragePushConstant16(long struct, int value)
Unsafe version ofstoragePushConstant16
.
-
nstorageInputOutput16
public static void nstorageInputOutput16(long struct, int value)
Unsafe version ofstorageInputOutput16
.
-
-