public static class VkDescriptorUpdateTemplateCreateInfoKHR.Buffer extends VkDescriptorUpdateTemplateCreateInfo.Buffer
VkDescriptorUpdateTemplateCreateInfoKHR structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
VkDescriptorUpdateTemplateCreateInfoKHR.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
VkDescriptorUpdateTemplateCreateInfoKHR.Buffer |
descriptorSetLayout(long value)
Sets the specified value to the
descriptorSetLayout field. |
VkDescriptorUpdateTemplateCreateInfoKHR.Buffer |
flags(int value)
Sets the specified value to the
flags field. |
VkDescriptorUpdateTemplateCreateInfoKHR.Buffer |
pDescriptorUpdateEntries(VkDescriptorUpdateTemplateEntry.Buffer value)
Sets the address of the specified
VkDescriptorUpdateTemplateEntry.Buffer to the pDescriptorUpdateEntries field. |
VkDescriptorUpdateTemplateCreateInfoKHR.Buffer |
pipelineBindPoint(int value)
Sets the specified value to the
pipelineBindPoint field. |
VkDescriptorUpdateTemplateCreateInfoKHR.Buffer |
pipelineLayout(long value)
Sets the specified value to the
pipelineLayout field. |
VkDescriptorUpdateTemplateCreateInfoKHR.Buffer |
pNext(long value)
Sets the specified value to the
pNext field. |
VkDescriptorUpdateTemplateCreateInfoKHR.Buffer |
set(int value)
Sets the specified value to the
set field. |
VkDescriptorUpdateTemplateCreateInfoKHR.Buffer |
sType(int value)
Sets the specified value to the
sType field. |
VkDescriptorUpdateTemplateCreateInfoKHR.Buffer |
templateType(int value)
Sets the specified value to the
templateType field. |
descriptorSetLayout, descriptorUpdateEntryCount, flags, pDescriptorUpdateEntries, pipelineBindPoint, pipelineLayout, pNext, set, sType, templateTypeapply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
VkDescriptorUpdateTemplateCreateInfoKHR.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 VkDescriptorUpdateTemplateCreateInfo.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 VkDescriptorUpdateTemplateCreateInfoKHR.Buffer sType(int value)
sType field.sType in class VkDescriptorUpdateTemplateCreateInfo.Bufferpublic VkDescriptorUpdateTemplateCreateInfoKHR.Buffer pNext(long value)
pNext field.pNext in class VkDescriptorUpdateTemplateCreateInfo.Bufferpublic VkDescriptorUpdateTemplateCreateInfoKHR.Buffer flags(int value)
flags field.flags in class VkDescriptorUpdateTemplateCreateInfo.Bufferpublic VkDescriptorUpdateTemplateCreateInfoKHR.Buffer pDescriptorUpdateEntries(VkDescriptorUpdateTemplateEntry.Buffer value)
VkDescriptorUpdateTemplateEntry.Buffer to the pDescriptorUpdateEntries field.pDescriptorUpdateEntries in class VkDescriptorUpdateTemplateCreateInfo.Bufferpublic VkDescriptorUpdateTemplateCreateInfoKHR.Buffer templateType(int value)
templateType field.templateType in class VkDescriptorUpdateTemplateCreateInfo.Bufferpublic VkDescriptorUpdateTemplateCreateInfoKHR.Buffer descriptorSetLayout(long value)
descriptorSetLayout field.descriptorSetLayout in class VkDescriptorUpdateTemplateCreateInfo.Bufferpublic VkDescriptorUpdateTemplateCreateInfoKHR.Buffer pipelineBindPoint(int value)
pipelineBindPoint field.pipelineBindPoint in class VkDescriptorUpdateTemplateCreateInfo.Bufferpublic VkDescriptorUpdateTemplateCreateInfoKHR.Buffer pipelineLayout(long value)
pipelineLayout field.pipelineLayout in class VkDescriptorUpdateTemplateCreateInfo.Bufferpublic VkDescriptorUpdateTemplateCreateInfoKHR.Buffer set(int value)
set field.set in class VkDescriptorUpdateTemplateCreateInfo.BufferCopyright LWJGL. All Rights Reserved. License terms.