public static class VkDescriptorUpdateTemplateEntryKHR.Buffer extends VkDescriptorUpdateTemplateEntry.Buffer
VkDescriptorUpdateTemplateEntryKHR structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
VkDescriptorUpdateTemplateEntryKHR.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
VkDescriptorUpdateTemplateEntryKHR.Buffer |
descriptorCount(int value)
Sets the specified value to the
descriptorCount field. |
VkDescriptorUpdateTemplateEntryKHR.Buffer |
descriptorType(int value)
Sets the specified value to the
descriptorType field. |
VkDescriptorUpdateTemplateEntryKHR.Buffer |
dstArrayElement(int value)
Sets the specified value to the
dstArrayElement field. |
VkDescriptorUpdateTemplateEntryKHR.Buffer |
dstBinding(int value)
Sets the specified value to the
dstBinding field. |
VkDescriptorUpdateTemplateEntryKHR.Buffer |
offset(long value)
Sets the specified value to the
offset field. |
VkDescriptorUpdateTemplateEntryKHR.Buffer |
stride(long value)
Sets the specified value to the
stride field. |
descriptorCount, descriptorType, dstArrayElement, dstBinding, offset, strideapply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
VkDescriptorUpdateTemplateEntryKHR.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 VkDescriptorUpdateTemplateEntry.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public VkDescriptorUpdateTemplateEntryKHR.Buffer dstBinding(int value)
dstBinding field.dstBinding in class VkDescriptorUpdateTemplateEntry.Bufferpublic VkDescriptorUpdateTemplateEntryKHR.Buffer dstArrayElement(int value)
dstArrayElement field.dstArrayElement in class VkDescriptorUpdateTemplateEntry.Bufferpublic VkDescriptorUpdateTemplateEntryKHR.Buffer descriptorCount(int value)
descriptorCount field.descriptorCount in class VkDescriptorUpdateTemplateEntry.Bufferpublic VkDescriptorUpdateTemplateEntryKHR.Buffer descriptorType(int value)
descriptorType field.descriptorType in class VkDescriptorUpdateTemplateEntry.Bufferpublic VkDescriptorUpdateTemplateEntryKHR.Buffer offset(long value)
offset field.offset in class VkDescriptorUpdateTemplateEntry.Bufferpublic VkDescriptorUpdateTemplateEntryKHR.Buffer stride(long value)
stride field.stride in class VkDescriptorUpdateTemplateEntry.BufferCopyright LWJGL. All Rights Reserved. License terms.