Package org.lwjgl.vulkan
Class VkWriteDescriptorSet
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
struct VkWriteDescriptorSet {
VkStructureType sType;
void const * pNext;
VkDescriptorSet dstSet;
uint32_t dstBinding;
uint32_t dstArrayElement;
uint32_t descriptorCount;
VkDescriptorType descriptorType;
{@link VkDescriptorImageInfo VkDescriptorImageInfo} const * pImageInfo;
{@link VkDescriptorBufferInfo VkDescriptorBufferInfo} const * pBufferInfo;
VkBufferView const * pTexelBufferView;
}
-
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 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.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionVkWriteDescriptorSet
(ByteBuffer container) Creates aVkWriteDescriptorSet
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkWriteDescriptorSet
calloc()
Returns a newVkWriteDescriptorSet
instance allocated withmemCalloc
.static VkWriteDescriptorSet.Buffer
calloc
(int capacity) Returns a newVkWriteDescriptorSet.Buffer
instance allocated withmemCalloc
.static VkWriteDescriptorSet.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newVkWriteDescriptorSet.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkWriteDescriptorSet
calloc
(MemoryStack stack) Returns a newVkWriteDescriptorSet
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkWriteDescriptorSet
Deprecated.static VkWriteDescriptorSet.Buffer
callocStack
(int capacity) Deprecated.static VkWriteDescriptorSet.Buffer
callocStack
(int capacity, MemoryStack stack) Deprecated.static VkWriteDescriptorSet
callocStack
(MemoryStack stack) Deprecated.static VkWriteDescriptorSet
create()
Returns a newVkWriteDescriptorSet
instance allocated withBufferUtils
.static VkWriteDescriptorSet.Buffer
create
(int capacity) Returns a newVkWriteDescriptorSet.Buffer
instance allocated withBufferUtils
.static VkWriteDescriptorSet
create
(long address) Returns a newVkWriteDescriptorSet
instance for the specified memory address.static VkWriteDescriptorSet.Buffer
create
(long address, int capacity) Create aVkWriteDescriptorSet.Buffer
instance at the specified memory.static @Nullable VkWriteDescriptorSet
createSafe
(long address) static @Nullable VkWriteDescriptorSet.Buffer
createSafe
(long address, int capacity) int
descriptorCount
(int value) Sets the specified value to thedescriptorCount
field.int
descriptorType
(int value) Sets the specified value to thedescriptorType
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 VkWriteDescriptorSet
malloc()
Returns a newVkWriteDescriptorSet
instance allocated withmemAlloc
.static VkWriteDescriptorSet.Buffer
malloc
(int capacity) Returns a newVkWriteDescriptorSet.Buffer
instance allocated withmemAlloc
.static VkWriteDescriptorSet.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newVkWriteDescriptorSet.Buffer
instance allocated on the specifiedMemoryStack
.static VkWriteDescriptorSet
malloc
(MemoryStack stack) Returns a newVkWriteDescriptorSet
instance allocated on the specifiedMemoryStack
.static VkWriteDescriptorSet
Deprecated.static VkWriteDescriptorSet.Buffer
mallocStack
(int capacity) Deprecated.static VkWriteDescriptorSet.Buffer
mallocStack
(int capacity, MemoryStack stack) Deprecated.static VkWriteDescriptorSet
mallocStack
(MemoryStack stack) Deprecated.static int
ndescriptorCount
(long struct) Unsafe version ofdescriptorCount()
.static void
ndescriptorCount
(long struct, int value) Sets the specified value to thedescriptorCount
field of the specifiedstruct
.static int
ndescriptorType
(long struct) Unsafe version ofdescriptorType()
.static void
ndescriptorType
(long struct, int value) Unsafe version ofdescriptorType
.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 @Nullable VkDescriptorBufferInfo.Buffer
npBufferInfo
(long struct) Unsafe version ofpBufferInfo()
.static void
npBufferInfo
(long struct, @Nullable VkDescriptorBufferInfo.Buffer value) Unsafe version ofpBufferInfo
.static @Nullable VkDescriptorImageInfo.Buffer
npImageInfo
(long struct) Unsafe version ofpImageInfo()
.static void
npImageInfo
(long struct, @Nullable VkDescriptorImageInfo.Buffer value) Unsafe version ofpImageInfo
.static long
npNext
(long struct) Unsafe version ofpNext()
.static void
npNext
(long struct, long value) Unsafe version ofpNext
.static @Nullable LongBuffer
npTexelBufferView
(long struct) Unsafe version ofpTexelBufferView
.static void
npTexelBufferView
(long struct, @Nullable LongBuffer value) Unsafe version ofpTexelBufferView
.static int
nsType
(long struct) Unsafe version ofsType()
.static void
nsType
(long struct, int value) Unsafe version ofsType
.@Nullable VkDescriptorBufferInfo.Buffer
pBufferInfo
(@Nullable VkDescriptorBufferInfo.Buffer value) Sets the address of the specifiedVkDescriptorBufferInfo.Buffer
to thepBufferInfo
field.@Nullable VkDescriptorImageInfo.Buffer
pImageInfo
(@Nullable VkDescriptorImageInfo.Buffer value) Sets the address of the specifiedVkDescriptorImageInfo.Buffer
to thepImageInfo
field.long
pNext()
pNext
(long value) Sets the specified value to thepNext
field.Prepends the specifiedVkWriteDescriptorSetAccelerationStructureKHR
value to thepNext
chain.Prepends the specifiedVkWriteDescriptorSetAccelerationStructureNV
value to thepNext
chain.Prepends the specifiedVkWriteDescriptorSetInlineUniformBlock
value to thepNext
chain.Prepends the specifiedVkWriteDescriptorSetInlineUniformBlockEXT
value to thepNext
chain.Prepends the specifiedVkWriteDescriptorSetPartitionedAccelerationStructureNV
value to thepNext
chain.Prepends the specifiedVkWriteDescriptorSetTensorARM
value to thepNext
chain.@Nullable LongBuffer
pTexelBufferView
(@Nullable LongBuffer value) Sets the address of the specifiedLongBuffer
to thepTexelBufferView
field.set
(int sType, long pNext, long dstSet, int dstBinding, int dstArrayElement, int descriptorCount, int descriptorType, @Nullable VkDescriptorImageInfo.Buffer pImageInfo, @Nullable VkDescriptorBufferInfo.Buffer pBufferInfo, @Nullable LongBuffer pTexelBufferView) Initializes this struct with the specified values.set
(VkWriteDescriptorSet src) Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.int
sType()
sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_WRITE_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. -
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. -
DESCRIPTORTYPE
public static final int DESCRIPTORTYPEThe struct member offsets. -
PIMAGEINFO
public static final int PIMAGEINFOThe struct member offsets. -
PBUFFERINFO
public static final int PBUFFERINFOThe struct member offsets. -
PTEXELBUFFERVIEW
public static final int PTEXELBUFFERVIEWThe struct member offsets.
-
-
Constructor Details
-
VkWriteDescriptorSet
Creates aVkWriteDescriptorSet
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<VkWriteDescriptorSet>
-
sType
public int sType()- Returns:
- the value of the
sType
field.
-
pNext
public long pNext()- Returns:
- the value of the
pNext
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.
-
descriptorType
public int descriptorType()- Returns:
- the value of the
descriptorType
field.
-
pImageInfo
- Returns:
- a
VkDescriptorImageInfo.Buffer
view of the struct array pointed to by thepImageInfo
field.
-
pBufferInfo
- Returns:
- a
VkDescriptorBufferInfo.Buffer
view of the struct array pointed to by thepBufferInfo
field.
-
pTexelBufferView
- Returns:
- a
LongBuffer
view of the data pointed to by thepTexelBufferView
field.
-
sType
Sets the specified value to thesType
field. -
sType$Default
Sets theSTRUCTURE_TYPE_WRITE_DESCRIPTOR_SET
value to thesType
field. -
pNext
Sets the specified value to thepNext
field. -
pNext
Prepends the specifiedVkWriteDescriptorSetAccelerationStructureKHR
value to thepNext
chain. -
pNext
Prepends the specifiedVkWriteDescriptorSetAccelerationStructureNV
value to thepNext
chain. -
pNext
Prepends the specifiedVkWriteDescriptorSetInlineUniformBlock
value to thepNext
chain. -
pNext
Prepends the specifiedVkWriteDescriptorSetInlineUniformBlockEXT
value to thepNext
chain. -
pNext
Prepends the specifiedVkWriteDescriptorSetPartitionedAccelerationStructureNV
value to thepNext
chain. -
pNext
Prepends the specifiedVkWriteDescriptorSetTensorARM
value to thepNext
chain. -
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. -
descriptorType
Sets the specified value to thedescriptorType
field. -
pImageInfo
Sets the address of the specifiedVkDescriptorImageInfo.Buffer
to thepImageInfo
field. -
pBufferInfo
Sets the address of the specifiedVkDescriptorBufferInfo.Buffer
to thepBufferInfo
field. -
pTexelBufferView
Sets the address of the specifiedLongBuffer
to thepTexelBufferView
field. -
set
public VkWriteDescriptorSet set(int sType, long pNext, long dstSet, int dstBinding, int dstArrayElement, int descriptorCount, int descriptorType, @Nullable VkDescriptorImageInfo.Buffer pImageInfo, @Nullable VkDescriptorBufferInfo.Buffer pBufferInfo, @Nullable LongBuffer pTexelBufferView) 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 newVkWriteDescriptorSet
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkWriteDescriptorSet
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkWriteDescriptorSet
instance allocated withBufferUtils
. -
create
Returns a newVkWriteDescriptorSet
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkWriteDescriptorSet.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkWriteDescriptorSet.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkWriteDescriptorSet.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aVkWriteDescriptorSet.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 newVkWriteDescriptorSet
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkWriteDescriptorSet
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newVkWriteDescriptorSet.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newVkWriteDescriptorSet.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()
. -
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()
. -
ndescriptorType
public static int ndescriptorType(long struct) Unsafe version ofdescriptorType()
. -
npImageInfo
Unsafe version ofpImageInfo()
. -
npBufferInfo
Unsafe version ofpBufferInfo()
. -
npTexelBufferView
Unsafe version ofpTexelBufferView
. -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType
. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext
. -
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) Sets the specified value to thedescriptorCount
field of the specifiedstruct
. -
ndescriptorType
public static void ndescriptorType(long struct, int value) Unsafe version ofdescriptorType
. -
npImageInfo
Unsafe version ofpImageInfo
. -
npBufferInfo
Unsafe version ofpBufferInfo
. -
npTexelBufferView
Unsafe version ofpTexelBufferView
.
-