Package org.lwjgl.vulkan
Class VkPhysicalDeviceVulkan14Features.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<VkPhysicalDeviceVulkan14Features.Buffer>
org.lwjgl.system.StructBuffer<VkPhysicalDeviceVulkan14Features,VkPhysicalDeviceVulkan14Features.Buffer>
org.lwjgl.vulkan.VkPhysicalDeviceVulkan14Features.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<VkPhysicalDeviceVulkan14Features>
,NativeResource
,Pointer
- Enclosing class:
VkPhysicalDeviceVulkan14Features
public static class VkPhysicalDeviceVulkan14Features.Buffer
extends StructBuffer<VkPhysicalDeviceVulkan14Features,VkPhysicalDeviceVulkan14Features.Buffer>
implements NativeResource
An array of
VkPhysicalDeviceVulkan14Features
structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
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 newVkPhysicalDeviceVulkan14Features.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
bresenhamLines
(boolean value) Sets the specified value to thebresenhamLines
field.boolean
dynamicRenderingLocalRead
(boolean value) Sets the specified value to thedynamicRenderingLocalRead
field.boolean
globalPriorityQuery
(boolean value) Sets the specified value to theglobalPriorityQuery
field.boolean
hostImageCopy
(boolean value) Sets the specified value to thehostImageCopy
field.boolean
indexTypeUint8
(boolean value) Sets the specified value to theindexTypeUint8
field.boolean
maintenance5
(boolean value) Sets the specified value to themaintenance5
field.boolean
maintenance6
(boolean value) Sets the specified value to themaintenance6
field.boolean
pipelineProtectedAccess
(boolean value) Sets the specified value to thepipelineProtectedAccess
field.boolean
pipelineRobustness
(boolean value) Sets the specified value to thepipelineRobustness
field.long
pNext()
pNext
(long value) Sets the specified value to thepNext
field.boolean
pushDescriptor
(boolean value) Sets the specified value to thepushDescriptor
field.boolean
rectangularLines
(boolean value) Sets the specified value to therectangularLines
field.boolean
shaderExpectAssume
(boolean value) Sets the specified value to theshaderExpectAssume
field.boolean
shaderFloatControls2
(boolean value) Sets the specified value to theshaderFloatControls2
field.boolean
shaderSubgroupRotate
(boolean value) Sets the specified value to theshaderSubgroupRotate
field.boolean
shaderSubgroupRotateClustered
(boolean value) Sets the specified value to theshaderSubgroupRotateClustered
field.boolean
smoothLines
(boolean value) Sets the specified value to thesmoothLines
field.boolean
stippledBresenhamLines
(boolean value) Sets the specified value to thestippledBresenhamLines
field.boolean
stippledRectangularLines
(boolean value) Sets the specified value to thestippledRectangularLines
field.boolean
stippledSmoothLines
(boolean value) Sets the specified value to thestippledSmoothLines
field.int
sType()
sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_4_FEATURES
value to thesType
field.boolean
vertexAttributeInstanceRateDivisor
(boolean value) Sets the specified value to thevertexAttributeInstanceRateDivisor
field.boolean
vertexAttributeInstanceRateZeroDivisor
(boolean value) Sets the specified value to thevertexAttributeInstanceRateZeroDivisor
field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods 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, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newVkPhysicalDeviceVulkan14Features.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
VkPhysicalDeviceVulkan14Features.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
sType
field.
-
pNext
public long pNext()- Returns:
- the value of the
pNext
field.
-
globalPriorityQuery
public boolean globalPriorityQuery()- Returns:
- the value of the
globalPriorityQuery
field.
-
shaderSubgroupRotate
public boolean shaderSubgroupRotate()- Returns:
- the value of the
shaderSubgroupRotate
field.
-
shaderSubgroupRotateClustered
public boolean shaderSubgroupRotateClustered()- Returns:
- the value of the
shaderSubgroupRotateClustered
field.
-
shaderFloatControls2
public boolean shaderFloatControls2()- Returns:
- the value of the
shaderFloatControls2
field.
-
shaderExpectAssume
public boolean shaderExpectAssume()- Returns:
- the value of the
shaderExpectAssume
field.
-
rectangularLines
public boolean rectangularLines()- Returns:
- the value of the
rectangularLines
field.
-
bresenhamLines
public boolean bresenhamLines()- Returns:
- the value of the
bresenhamLines
field.
-
smoothLines
public boolean smoothLines()- Returns:
- the value of the
smoothLines
field.
-
stippledRectangularLines
public boolean stippledRectangularLines()- Returns:
- the value of the
stippledRectangularLines
field.
-
stippledBresenhamLines
public boolean stippledBresenhamLines()- Returns:
- the value of the
stippledBresenhamLines
field.
-
stippledSmoothLines
public boolean stippledSmoothLines()- Returns:
- the value of the
stippledSmoothLines
field.
-
vertexAttributeInstanceRateDivisor
public boolean vertexAttributeInstanceRateDivisor()- Returns:
- the value of the
vertexAttributeInstanceRateDivisor
field.
-
vertexAttributeInstanceRateZeroDivisor
public boolean vertexAttributeInstanceRateZeroDivisor()- Returns:
- the value of the
vertexAttributeInstanceRateZeroDivisor
field.
-
indexTypeUint8
public boolean indexTypeUint8()- Returns:
- the value of the
indexTypeUint8
field.
-
dynamicRenderingLocalRead
public boolean dynamicRenderingLocalRead()- Returns:
- the value of the
dynamicRenderingLocalRead
field.
-
maintenance5
public boolean maintenance5()- Returns:
- the value of the
maintenance5
field.
-
maintenance6
public boolean maintenance6()- Returns:
- the value of the
maintenance6
field.
-
pipelineProtectedAccess
public boolean pipelineProtectedAccess()- Returns:
- the value of the
pipelineProtectedAccess
field.
-
pipelineRobustness
public boolean pipelineRobustness()- Returns:
- the value of the
pipelineRobustness
field.
-
hostImageCopy
public boolean hostImageCopy()- Returns:
- the value of the
hostImageCopy
field.
-
pushDescriptor
public boolean pushDescriptor()- Returns:
- the value of the
pushDescriptor
field.
-
sType
Sets the specified value to thesType
field. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_4_FEATURES
value to thesType
field. -
pNext
Sets the specified value to thepNext
field. -
globalPriorityQuery
Sets the specified value to theglobalPriorityQuery
field. -
shaderSubgroupRotate
Sets the specified value to theshaderSubgroupRotate
field. -
shaderSubgroupRotateClustered
Sets the specified value to theshaderSubgroupRotateClustered
field. -
shaderFloatControls2
Sets the specified value to theshaderFloatControls2
field. -
shaderExpectAssume
Sets the specified value to theshaderExpectAssume
field. -
rectangularLines
Sets the specified value to therectangularLines
field. -
bresenhamLines
Sets the specified value to thebresenhamLines
field. -
smoothLines
Sets the specified value to thesmoothLines
field. -
stippledRectangularLines
Sets the specified value to thestippledRectangularLines
field. -
stippledBresenhamLines
Sets the specified value to thestippledBresenhamLines
field. -
stippledSmoothLines
Sets the specified value to thestippledSmoothLines
field. -
vertexAttributeInstanceRateDivisor
Sets the specified value to thevertexAttributeInstanceRateDivisor
field. -
vertexAttributeInstanceRateZeroDivisor
public VkPhysicalDeviceVulkan14Features.Buffer vertexAttributeInstanceRateZeroDivisor(boolean value) Sets the specified value to thevertexAttributeInstanceRateZeroDivisor
field. -
indexTypeUint8
Sets the specified value to theindexTypeUint8
field. -
dynamicRenderingLocalRead
Sets the specified value to thedynamicRenderingLocalRead
field. -
maintenance5
Sets the specified value to themaintenance5
field. -
maintenance6
Sets the specified value to themaintenance6
field. -
pipelineProtectedAccess
Sets the specified value to thepipelineProtectedAccess
field. -
pipelineRobustness
Sets the specified value to thepipelineRobustness
field. -
hostImageCopy
Sets the specified value to thehostImageCopy
field. -
pushDescriptor
Sets the specified value to thepushDescriptor
field.
-