Package org.lwjgl.vulkan
Class VkPhysicalDeviceVulkan13Features.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<VkPhysicalDeviceVulkan13Features.Buffer>
org.lwjgl.system.StructBuffer<VkPhysicalDeviceVulkan13Features,VkPhysicalDeviceVulkan13Features.Buffer>
org.lwjgl.vulkan.VkPhysicalDeviceVulkan13Features.Buffer
- All Implemented Interfaces:
AutoCloseable,Iterable<VkPhysicalDeviceVulkan13Features>,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
- Enclosing class:
VkPhysicalDeviceVulkan13Features
public static class VkPhysicalDeviceVulkan13Features.Buffer
extends org.lwjgl.system.StructBuffer<VkPhysicalDeviceVulkan13Features,VkPhysicalDeviceVulkan13Features.Buffer>
implements org.lwjgl.system.NativeResource
An array of
VkPhysicalDeviceVulkan13Features structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionBuffer(long address, int cap) Buffer(ByteBuffer container) Creates a newVkPhysicalDeviceVulkan13Features.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionbooleancomputeFullSubgroups(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.computeFullSubgroups()field.booleandescriptorBindingInlineUniformBlockUpdateAfterBind(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.descriptorBindingInlineUniformBlockUpdateAfterBind()field.booleandynamicRendering(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.dynamicRendering()field.booleaninlineUniformBlock(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.inlineUniformBlock()field.booleanmaintenance4(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.maintenance4()field.booleanpipelineCreationCacheControl(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.pipelineCreationCacheControl()field.longpNext()pNext(long value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.pNext()field.booleanprivateData(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.privateData()field.booleanrobustImageAccess(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.robustImageAccess()field.booleanshaderDemoteToHelperInvocation(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.shaderDemoteToHelperInvocation()field.booleanshaderIntegerDotProduct(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.shaderIntegerDotProduct()field.booleanshaderTerminateInvocation(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.shaderTerminateInvocation()field.booleanshaderZeroInitializeWorkgroupMemory(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.shaderZeroInitializeWorkgroupMemory()field.intsType()sType(int value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.sType()field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURESvalue to theVkPhysicalDeviceVulkan13Features.sType()field.booleansubgroupSizeControl(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.subgroupSizeControl()field.booleansynchronization2(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.synchronization2()field.booleantextureCompressionASTC_HDR(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.textureCompressionASTC_HDR()field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toStringMethods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCodeMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newVkPhysicalDeviceVulkan13Features.Bufferinstance 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
VkPhysicalDeviceVulkan13Features.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Details
-
sType
public int sType()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.sType()field.
-
pNext
public long pNext()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.pNext()field.
-
robustImageAccess
public boolean robustImageAccess()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.robustImageAccess()field.
-
inlineUniformBlock
public boolean inlineUniformBlock()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.inlineUniformBlock()field.
-
descriptorBindingInlineUniformBlockUpdateAfterBind
public boolean descriptorBindingInlineUniformBlockUpdateAfterBind()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.descriptorBindingInlineUniformBlockUpdateAfterBind()field.
-
pipelineCreationCacheControl
public boolean pipelineCreationCacheControl()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.pipelineCreationCacheControl()field.
-
privateData
public boolean privateData()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.privateData()field.
-
shaderDemoteToHelperInvocation
public boolean shaderDemoteToHelperInvocation()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.shaderDemoteToHelperInvocation()field.
-
shaderTerminateInvocation
public boolean shaderTerminateInvocation()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.shaderTerminateInvocation()field.
-
subgroupSizeControl
public boolean subgroupSizeControl()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.subgroupSizeControl()field.
-
computeFullSubgroups
public boolean computeFullSubgroups()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.computeFullSubgroups()field.
-
synchronization2
public boolean synchronization2()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.synchronization2()field.
-
textureCompressionASTC_HDR
public boolean textureCompressionASTC_HDR()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.textureCompressionASTC_HDR()field.
-
shaderZeroInitializeWorkgroupMemory
public boolean shaderZeroInitializeWorkgroupMemory()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.shaderZeroInitializeWorkgroupMemory()field.
-
dynamicRendering
public boolean dynamicRendering()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.dynamicRendering()field.
-
shaderIntegerDotProduct
public boolean shaderIntegerDotProduct()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.shaderIntegerDotProduct()field.
-
maintenance4
public boolean maintenance4()- Returns:
- the value of the
VkPhysicalDeviceVulkan13Features.maintenance4()field.
-
sType
Sets the specified value to theVkPhysicalDeviceVulkan13Features.sType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURESvalue to theVkPhysicalDeviceVulkan13Features.sType()field. -
pNext
Sets the specified value to theVkPhysicalDeviceVulkan13Features.pNext()field. -
robustImageAccess
Sets the specified value to theVkPhysicalDeviceVulkan13Features.robustImageAccess()field. -
inlineUniformBlock
Sets the specified value to theVkPhysicalDeviceVulkan13Features.inlineUniformBlock()field. -
descriptorBindingInlineUniformBlockUpdateAfterBind
public VkPhysicalDeviceVulkan13Features.Buffer descriptorBindingInlineUniformBlockUpdateAfterBind(boolean value) Sets the specified value to theVkPhysicalDeviceVulkan13Features.descriptorBindingInlineUniformBlockUpdateAfterBind()field. -
pipelineCreationCacheControl
Sets the specified value to theVkPhysicalDeviceVulkan13Features.pipelineCreationCacheControl()field. -
privateData
Sets the specified value to theVkPhysicalDeviceVulkan13Features.privateData()field. -
shaderDemoteToHelperInvocation
Sets the specified value to theVkPhysicalDeviceVulkan13Features.shaderDemoteToHelperInvocation()field. -
shaderTerminateInvocation
Sets the specified value to theVkPhysicalDeviceVulkan13Features.shaderTerminateInvocation()field. -
subgroupSizeControl
Sets the specified value to theVkPhysicalDeviceVulkan13Features.subgroupSizeControl()field. -
computeFullSubgroups
Sets the specified value to theVkPhysicalDeviceVulkan13Features.computeFullSubgroups()field. -
synchronization2
Sets the specified value to theVkPhysicalDeviceVulkan13Features.synchronization2()field. -
textureCompressionASTC_HDR
Sets the specified value to theVkPhysicalDeviceVulkan13Features.textureCompressionASTC_HDR()field. -
shaderZeroInitializeWorkgroupMemory
Sets the specified value to theVkPhysicalDeviceVulkan13Features.shaderZeroInitializeWorkgroupMemory()field. -
dynamicRendering
Sets the specified value to theVkPhysicalDeviceVulkan13Features.dynamicRendering()field. -
shaderIntegerDotProduct
Sets the specified value to theVkPhysicalDeviceVulkan13Features.shaderIntegerDotProduct()field. -
maintenance4
Sets the specified value to theVkPhysicalDeviceVulkan13Features.maintenance4()field.
-