Package org.lwjgl.vulkan
Class VkIndirectCommandsLayoutTokenNV.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<VkIndirectCommandsLayoutTokenNV.Buffer>
org.lwjgl.system.StructBuffer<VkIndirectCommandsLayoutTokenNV,VkIndirectCommandsLayoutTokenNV.Buffer>
org.lwjgl.vulkan.VkIndirectCommandsLayoutTokenNV.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<VkIndirectCommandsLayoutTokenNV>
,NativeResource
,Pointer
- Enclosing class:
VkIndirectCommandsLayoutTokenNV
public static class VkIndirectCommandsLayoutTokenNV.Buffer
extends StructBuffer<VkIndirectCommandsLayoutTokenNV,VkIndirectCommandsLayoutTokenNV.Buffer>
implements NativeResource
An array of
VkIndirectCommandsLayoutTokenNV
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 newVkIndirectCommandsLayoutTokenNV.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionint
indexTypeCount
(int value) Sets the specified value to theindexTypeCount
field.int
indirectStateFlags
(int value) Sets the specified value to theindirectStateFlags
field.int
offset()
offset
(int value) Sets the specified value to theoffset
field.@Nullable IntBuffer
pIndexTypes
(@Nullable IntBuffer value) Sets the address of the specifiedIntBuffer
to thepIndexTypes
field.@Nullable IntBuffer
pIndexTypeValues
(@Nullable IntBuffer value) Sets the address of the specifiedIntBuffer
to thepIndexTypeValues
field.long
pNext()
pNext
(long value) Sets the specified value to thepNext
field.int
pushconstantOffset
(int value) Sets the specified value to thepushconstantOffset
field.long
pushconstantPipelineLayout
(long value) Sets the specified value to thepushconstantPipelineLayout
field.int
pushconstantShaderStageFlags
(int value) Sets the specified value to thepushconstantShaderStageFlags
field.int
pushconstantSize
(int value) Sets the specified value to thepushconstantSize
field.int
stream$()
stream$
(int value) Sets the specified value to thestream
field.int
sType()
sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_TOKEN_NV
value to thesType
field.int
tokenType
(int value) Sets the specified value to thetokenType
field.int
vertexBindingUnit
(int value) Sets the specified value to thevertexBindingUnit
field.boolean
vertexDynamicStride
(boolean value) Sets the specified value to thevertexDynamicStride
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 newVkIndirectCommandsLayoutTokenNV.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
VkIndirectCommandsLayoutTokenNV.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.
-
tokenType
public int tokenType()- Returns:
- the value of the
tokenType
field.
-
stream$
public int stream$()- Returns:
- the value of the
stream
field.
-
offset
public int offset()- Returns:
- the value of the
offset
field.
-
vertexBindingUnit
public int vertexBindingUnit()- Returns:
- the value of the
vertexBindingUnit
field.
-
vertexDynamicStride
public boolean vertexDynamicStride()- Returns:
- the value of the
vertexDynamicStride
field.
-
pushconstantPipelineLayout
public long pushconstantPipelineLayout()- Returns:
- the value of the
pushconstantPipelineLayout
field.
-
pushconstantShaderStageFlags
public int pushconstantShaderStageFlags()- Returns:
- the value of the
pushconstantShaderStageFlags
field.
-
pushconstantOffset
public int pushconstantOffset()- Returns:
- the value of the
pushconstantOffset
field.
-
pushconstantSize
public int pushconstantSize()- Returns:
- the value of the
pushconstantSize
field.
-
indirectStateFlags
public int indirectStateFlags()- Returns:
- the value of the
indirectStateFlags
field.
-
indexTypeCount
public int indexTypeCount()- Returns:
- the value of the
indexTypeCount
field.
-
pIndexTypes
- Returns:
- a
IntBuffer
view of the data pointed to by thepIndexTypes
field.
-
pIndexTypeValues
- Returns:
- a
IntBuffer
view of the data pointed to by thepIndexTypeValues
field.
-
sType
Sets the specified value to thesType
field. -
sType$Default
Sets theSTRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_TOKEN_NV
value to thesType
field. -
pNext
Sets the specified value to thepNext
field. -
tokenType
Sets the specified value to thetokenType
field. -
stream$
Sets the specified value to thestream
field. -
offset
Sets the specified value to theoffset
field. -
vertexBindingUnit
Sets the specified value to thevertexBindingUnit
field. -
vertexDynamicStride
Sets the specified value to thevertexDynamicStride
field. -
pushconstantPipelineLayout
Sets the specified value to thepushconstantPipelineLayout
field. -
pushconstantShaderStageFlags
Sets the specified value to thepushconstantShaderStageFlags
field. -
pushconstantOffset
Sets the specified value to thepushconstantOffset
field. -
pushconstantSize
Sets the specified value to thepushconstantSize
field. -
indirectStateFlags
Sets the specified value to theindirectStateFlags
field. -
indexTypeCount
Sets the specified value to theindexTypeCount
field. -
pIndexTypes
Sets the address of the specifiedIntBuffer
to thepIndexTypes
field. -
pIndexTypeValues
Sets the address of the specifiedIntBuffer
to thepIndexTypeValues
field.
-