Package org.lwjgl.vulkan
Class VkDrawMeshTasksIndirectCommandEXT
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDrawMeshTasksIndirectCommandEXT>
org.lwjgl.vulkan.VkDrawMeshTasksIndirectCommandEXT
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
public class VkDrawMeshTasksIndirectCommandEXT
extends Struct<VkDrawMeshTasksIndirectCommandEXT>
implements NativeResource
struct VkDrawMeshTasksIndirectCommandEXT {
uint32_t groupCountX;
uint32_t groupCountY;
uint32_t groupCountZ;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An array ofVkDrawMeshTasksIndirectCommandEXT
structs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionVkDrawMeshTasksIndirectCommandEXT
(ByteBuffer container) Creates aVkDrawMeshTasksIndirectCommandEXT
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()
Returns a newVkDrawMeshTasksIndirectCommandEXT
instance allocated withmemCalloc
.calloc
(int capacity) Returns a newVkDrawMeshTasksIndirectCommandEXT.Buffer
instance allocated withmemCalloc
.calloc
(int capacity, MemoryStack stack) Returns a newVkDrawMeshTasksIndirectCommandEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.calloc
(MemoryStack stack) Returns a newVkDrawMeshTasksIndirectCommandEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.create()
Returns a newVkDrawMeshTasksIndirectCommandEXT
instance allocated withBufferUtils
.create
(int capacity) Returns a newVkDrawMeshTasksIndirectCommandEXT.Buffer
instance allocated withBufferUtils
.create
(long address) Returns a newVkDrawMeshTasksIndirectCommandEXT
instance for the specified memory address.create
(long address, int capacity) Create aVkDrawMeshTasksIndirectCommandEXT.Buffer
instance at the specified memory.static @Nullable VkDrawMeshTasksIndirectCommandEXT
createSafe
(long address) static @Nullable VkDrawMeshTasksIndirectCommandEXT.Buffer
createSafe
(long address, int capacity) int
groupCountX
(int value) Sets the specified value to thegroupCountX
field.int
groupCountY
(int value) Sets the specified value to thegroupCountY
field.int
groupCountZ
(int value) Sets the specified value to thegroupCountZ
field.malloc()
Returns a newVkDrawMeshTasksIndirectCommandEXT
instance allocated withmemAlloc
.malloc
(int capacity) Returns a newVkDrawMeshTasksIndirectCommandEXT.Buffer
instance allocated withmemAlloc
.malloc
(int capacity, MemoryStack stack) Returns a newVkDrawMeshTasksIndirectCommandEXT.Buffer
instance allocated on the specifiedMemoryStack
.malloc
(MemoryStack stack) Returns a newVkDrawMeshTasksIndirectCommandEXT
instance allocated on the specifiedMemoryStack
.static int
ngroupCountX
(long struct) Unsafe version ofgroupCountX()
.static void
ngroupCountX
(long struct, int value) Unsafe version ofgroupCountX
.static int
ngroupCountY
(long struct) Unsafe version ofgroupCountY()
.static void
ngroupCountY
(long struct, int value) Unsafe version ofgroupCountY
.static int
ngroupCountZ
(long struct) Unsafe version ofgroupCountZ()
.static void
ngroupCountZ
(long struct, int value) Unsafe version ofgroupCountZ
.set
(int groupCountX, int groupCountY, int groupCountZ) Initializes this struct with the specified values.Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
GROUPCOUNTX
public static final int GROUPCOUNTXThe struct member offsets. -
GROUPCOUNTY
public static final int GROUPCOUNTYThe struct member offsets. -
GROUPCOUNTZ
public static final int GROUPCOUNTZThe struct member offsets.
-
-
Constructor Details
-
VkDrawMeshTasksIndirectCommandEXT
Creates aVkDrawMeshTasksIndirectCommandEXT
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 Details
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<VkDrawMeshTasksIndirectCommandEXT>
-
groupCountX
public int groupCountX()- Returns:
- the value of the
groupCountX
field.
-
groupCountY
public int groupCountY()- Returns:
- the value of the
groupCountY
field.
-
groupCountZ
public int groupCountZ()- Returns:
- the value of the
groupCountZ
field.
-
groupCountX
Sets the specified value to thegroupCountX
field. -
groupCountY
Sets the specified value to thegroupCountY
field. -
groupCountZ
Sets the specified value to thegroupCountZ
field. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newVkDrawMeshTasksIndirectCommandEXT
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkDrawMeshTasksIndirectCommandEXT
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkDrawMeshTasksIndirectCommandEXT
instance allocated withBufferUtils
. -
create
Returns a newVkDrawMeshTasksIndirectCommandEXT
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkDrawMeshTasksIndirectCommandEXT.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkDrawMeshTasksIndirectCommandEXT.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkDrawMeshTasksIndirectCommandEXT.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aVkDrawMeshTasksIndirectCommandEXT.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
public static @Nullable VkDrawMeshTasksIndirectCommandEXT.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkDrawMeshTasksIndirectCommandEXT
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkDrawMeshTasksIndirectCommandEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newVkDrawMeshTasksIndirectCommandEXT.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newVkDrawMeshTasksIndirectCommandEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
ngroupCountX
public static int ngroupCountX(long struct) Unsafe version ofgroupCountX()
. -
ngroupCountY
public static int ngroupCountY(long struct) Unsafe version ofgroupCountY()
. -
ngroupCountZ
public static int ngroupCountZ(long struct) Unsafe version ofgroupCountZ()
. -
ngroupCountX
public static void ngroupCountX(long struct, int value) Unsafe version ofgroupCountX
. -
ngroupCountY
public static void ngroupCountY(long struct, int value) Unsafe version ofgroupCountY
. -
ngroupCountZ
public static void ngroupCountZ(long struct, int value) Unsafe version ofgroupCountZ
.
-