Package org.lwjgl.vulkan
Class VkCopyDescriptorSet
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
struct VkCopyDescriptorSet {
VkStructureType sType;
void const * pNext;
VkDescriptorSet srcSet;
uint32_t srcBinding;
uint32_t srcArrayElement;
VkDescriptorSet dstSet;
uint32_t dstBinding;
uint32_t dstArrayElement;
uint32_t descriptorCount;
}
-
Nested Class Summary
Nested ClassesNested 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 member offsets.static final int
The struct member offsets.static final int
The struct size 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 member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionVkCopyDescriptorSet
(ByteBuffer container) Creates aVkCopyDescriptorSet
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkCopyDescriptorSet
calloc()
Returns a newVkCopyDescriptorSet
instance allocated withmemCalloc
.static VkCopyDescriptorSet.Buffer
calloc
(int capacity) Returns a newVkCopyDescriptorSet.Buffer
instance allocated withmemCalloc
.static VkCopyDescriptorSet.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newVkCopyDescriptorSet.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkCopyDescriptorSet
calloc
(MemoryStack stack) Returns a newVkCopyDescriptorSet
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkCopyDescriptorSet
Deprecated.static VkCopyDescriptorSet.Buffer
callocStack
(int capacity) Deprecated.static VkCopyDescriptorSet.Buffer
callocStack
(int capacity, MemoryStack stack) Deprecated.static VkCopyDescriptorSet
callocStack
(MemoryStack stack) Deprecated.static VkCopyDescriptorSet
create()
Returns a newVkCopyDescriptorSet
instance allocated withBufferUtils
.static VkCopyDescriptorSet.Buffer
create
(int capacity) Returns a newVkCopyDescriptorSet.Buffer
instance allocated withBufferUtils
.static VkCopyDescriptorSet
create
(long address) Returns a newVkCopyDescriptorSet
instance for the specified memory address.static VkCopyDescriptorSet.Buffer
create
(long address, int capacity) Create aVkCopyDescriptorSet.Buffer
instance at the specified memory.static @Nullable VkCopyDescriptorSet
createSafe
(long address) static @Nullable VkCopyDescriptorSet.Buffer
createSafe
(long address, int capacity) int
descriptorCount
(int value) Sets the specified value to thedescriptorCount
field.int
dstArrayElement
(int value) Sets the specified value to thedstArrayElement
field.int
dstBinding
(int value) Sets the specified value to thedstBinding
field.long
dstSet()
dstSet
(long value) Sets the specified value to thedstSet
field.static VkCopyDescriptorSet
malloc()
Returns a newVkCopyDescriptorSet
instance allocated withmemAlloc
.static VkCopyDescriptorSet.Buffer
malloc
(int capacity) Returns a newVkCopyDescriptorSet.Buffer
instance allocated withmemAlloc
.static VkCopyDescriptorSet.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newVkCopyDescriptorSet.Buffer
instance allocated on the specifiedMemoryStack
.static VkCopyDescriptorSet
malloc
(MemoryStack stack) Returns a newVkCopyDescriptorSet
instance allocated on the specifiedMemoryStack
.static VkCopyDescriptorSet
Deprecated.static VkCopyDescriptorSet.Buffer
mallocStack
(int capacity) Deprecated.static VkCopyDescriptorSet.Buffer
mallocStack
(int capacity, MemoryStack stack) Deprecated.static VkCopyDescriptorSet
mallocStack
(MemoryStack stack) Deprecated.static int
ndescriptorCount
(long struct) Unsafe version ofdescriptorCount()
.static void
ndescriptorCount
(long struct, int value) Unsafe version ofdescriptorCount
.static int
ndstArrayElement
(long struct) Unsafe version ofdstArrayElement()
.static void
ndstArrayElement
(long struct, int value) Unsafe version ofdstArrayElement
.static int
ndstBinding
(long struct) Unsafe version ofdstBinding()
.static void
ndstBinding
(long struct, int value) Unsafe version ofdstBinding
.static long
ndstSet
(long struct) Unsafe version ofdstSet()
.static void
ndstSet
(long struct, long value) Unsafe version ofdstSet
.static long
npNext
(long struct) Unsafe version ofpNext()
.static void
npNext
(long struct, long value) Unsafe version ofpNext
.static int
nsrcArrayElement
(long struct) Unsafe version ofsrcArrayElement()
.static void
nsrcArrayElement
(long struct, int value) Unsafe version ofsrcArrayElement
.static int
nsrcBinding
(long struct) Unsafe version ofsrcBinding()
.static void
nsrcBinding
(long struct, int value) Unsafe version ofsrcBinding
.static long
nsrcSet
(long struct) Unsafe version ofsrcSet()
.static void
nsrcSet
(long struct, long value) Unsafe version ofsrcSet
.static int
nsType
(long struct) Unsafe version ofsType()
.static void
nsType
(long struct, int value) Unsafe version ofsType
.long
pNext()
pNext
(long value) Sets the specified value to thepNext
field.set
(int sType, long pNext, long srcSet, int srcBinding, int srcArrayElement, long dstSet, int dstBinding, int dstArrayElement, int descriptorCount) Initializes this struct with the specified values.set
(VkCopyDescriptorSet src) Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.int
srcArrayElement
(int value) Sets the specified value to thesrcArrayElement
field.int
srcBinding
(int value) Sets the specified value to thesrcBinding
field.long
srcSet()
srcSet
(long value) Sets the specified value to thesrcSet
field.int
sType()
sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_COPY_DESCRIPTOR_SET
value to thesType
field.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. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
SRCSET
public static final int SRCSETThe struct member offsets. -
SRCBINDING
public static final int SRCBINDINGThe struct member offsets. -
SRCARRAYELEMENT
public static final int SRCARRAYELEMENTThe struct member offsets. -
DSTSET
public static final int DSTSETThe struct member offsets. -
DSTBINDING
public static final int DSTBINDINGThe struct member offsets. -
DSTARRAYELEMENT
public static final int DSTARRAYELEMENTThe struct member offsets. -
DESCRIPTORCOUNT
public static final int DESCRIPTORCOUNTThe struct member offsets.
-
-
Constructor Details
-
VkCopyDescriptorSet
Creates aVkCopyDescriptorSet
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<VkCopyDescriptorSet>
-
sType
public int sType()- Returns:
- the value of the
sType
field.
-
pNext
public long pNext()- Returns:
- the value of the
pNext
field.
-
srcSet
public long srcSet()- Returns:
- the value of the
srcSet
field.
-
srcBinding
public int srcBinding()- Returns:
- the value of the
srcBinding
field.
-
srcArrayElement
public int srcArrayElement()- Returns:
- the value of the
srcArrayElement
field.
-
dstSet
public long dstSet()- Returns:
- the value of the
dstSet
field.
-
dstBinding
public int dstBinding()- Returns:
- the value of the
dstBinding
field.
-
dstArrayElement
public int dstArrayElement()- Returns:
- the value of the
dstArrayElement
field.
-
descriptorCount
public int descriptorCount()- Returns:
- the value of the
descriptorCount
field.
-
sType
Sets the specified value to thesType
field. -
sType$Default
Sets theSTRUCTURE_TYPE_COPY_DESCRIPTOR_SET
value to thesType
field. -
pNext
Sets the specified value to thepNext
field. -
srcSet
Sets the specified value to thesrcSet
field. -
srcBinding
Sets the specified value to thesrcBinding
field. -
srcArrayElement
Sets the specified value to thesrcArrayElement
field. -
dstSet
Sets the specified value to thedstSet
field. -
dstBinding
Sets the specified value to thedstBinding
field. -
dstArrayElement
Sets the specified value to thedstArrayElement
field. -
descriptorCount
Sets the specified value to thedescriptorCount
field. -
set
public VkCopyDescriptorSet set(int sType, long pNext, long srcSet, int srcBinding, int srcArrayElement, long dstSet, int dstBinding, int dstArrayElement, int descriptorCount) 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 newVkCopyDescriptorSet
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkCopyDescriptorSet
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkCopyDescriptorSet
instance allocated withBufferUtils
. -
create
Returns a newVkCopyDescriptorSet
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkCopyDescriptorSet.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkCopyDescriptorSet.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkCopyDescriptorSet.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aVkCopyDescriptorSet.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
malloc
Returns a newVkCopyDescriptorSet
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkCopyDescriptorSet
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newVkCopyDescriptorSet.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newVkCopyDescriptorSet.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType()
. -
npNext
public static long npNext(long struct) Unsafe version ofpNext()
. -
nsrcSet
public static long nsrcSet(long struct) Unsafe version ofsrcSet()
. -
nsrcBinding
public static int nsrcBinding(long struct) Unsafe version ofsrcBinding()
. -
nsrcArrayElement
public static int nsrcArrayElement(long struct) Unsafe version ofsrcArrayElement()
. -
ndstSet
public static long ndstSet(long struct) Unsafe version ofdstSet()
. -
ndstBinding
public static int ndstBinding(long struct) Unsafe version ofdstBinding()
. -
ndstArrayElement
public static int ndstArrayElement(long struct) Unsafe version ofdstArrayElement()
. -
ndescriptorCount
public static int ndescriptorCount(long struct) Unsafe version ofdescriptorCount()
. -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType
. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext
. -
nsrcSet
public static void nsrcSet(long struct, long value) Unsafe version ofsrcSet
. -
nsrcBinding
public static void nsrcBinding(long struct, int value) Unsafe version ofsrcBinding
. -
nsrcArrayElement
public static void nsrcArrayElement(long struct, int value) Unsafe version ofsrcArrayElement
. -
ndstSet
public static void ndstSet(long struct, long value) Unsafe version ofdstSet
. -
ndstBinding
public static void ndstBinding(long struct, int value) Unsafe version ofdstBinding
. -
ndstArrayElement
public static void ndstArrayElement(long struct, int value) Unsafe version ofdstArrayElement
. -
ndescriptorCount
public static void ndescriptorCount(long struct, int value) Unsafe version ofdescriptorCount
.
-