public static class VkPhysicalDevice16BitStorageFeaturesKHR.Buffer extends VkPhysicalDevice16BitStorageFeatures.Buffer
VkPhysicalDevice16BitStorageFeaturesKHR structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
VkPhysicalDevice16BitStorageFeaturesKHR.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
VkPhysicalDevice16BitStorageFeaturesKHR.Buffer |
pNext(long value)
Sets the specified value to the
pNext field. |
VkPhysicalDevice16BitStorageFeaturesKHR.Buffer |
storageBuffer16BitAccess(boolean value)
Sets the specified value to the
storageBuffer16BitAccess field. |
VkPhysicalDevice16BitStorageFeaturesKHR.Buffer |
storageInputOutput16(boolean value)
Sets the specified value to the
storageInputOutput16 field. |
VkPhysicalDevice16BitStorageFeaturesKHR.Buffer |
storagePushConstant16(boolean value)
Sets the specified value to the
storagePushConstant16 field. |
VkPhysicalDevice16BitStorageFeaturesKHR.Buffer |
sType(int value)
Sets the specified value to the
sType field. |
VkPhysicalDevice16BitStorageFeaturesKHR.Buffer |
uniformAndStorageBuffer16BitAccess(boolean value)
Sets the specified value to the
uniformAndStorageBuffer16BitAccess field. |
pNext, storageBuffer16BitAccess, storageInputOutput16, storagePushConstant16, sType, uniformAndStorageBuffer16BitAccessapply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
VkPhysicalDevice16BitStorageFeaturesKHR.Buffer instance backed by the specified container.
Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by VkPhysicalDevice16BitStorageFeatures.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public VkPhysicalDevice16BitStorageFeaturesKHR.Buffer sType(int value)
sType field.sType in class VkPhysicalDevice16BitStorageFeatures.Bufferpublic VkPhysicalDevice16BitStorageFeaturesKHR.Buffer pNext(long value)
pNext field.pNext in class VkPhysicalDevice16BitStorageFeatures.Bufferpublic VkPhysicalDevice16BitStorageFeaturesKHR.Buffer storageBuffer16BitAccess(boolean value)
storageBuffer16BitAccess field.storageBuffer16BitAccess in class VkPhysicalDevice16BitStorageFeatures.Bufferpublic VkPhysicalDevice16BitStorageFeaturesKHR.Buffer uniformAndStorageBuffer16BitAccess(boolean value)
uniformAndStorageBuffer16BitAccess field.uniformAndStorageBuffer16BitAccess in class VkPhysicalDevice16BitStorageFeatures.Bufferpublic VkPhysicalDevice16BitStorageFeaturesKHR.Buffer storagePushConstant16(boolean value)
storagePushConstant16 field.storagePushConstant16 in class VkPhysicalDevice16BitStorageFeatures.Bufferpublic VkPhysicalDevice16BitStorageFeaturesKHR.Buffer storageInputOutput16(boolean value)
storageInputOutput16 field.storageInputOutput16 in class VkPhysicalDevice16BitStorageFeatures.BufferCopyright LWJGL. All Rights Reserved. License terms.