Package org.lwjgl.vulkan
Class VkDescriptorUpdateTemplateCreateInfo.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkDescriptorUpdateTemplateCreateInfo,VkDescriptorUpdateTemplateCreateInfo.Buffer>
-
- org.lwjgl.vulkan.VkDescriptorUpdateTemplateCreateInfo.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkDescriptorUpdateTemplateCreateInfo>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Direct Known Subclasses:
VkDescriptorUpdateTemplateCreateInfoKHR.Buffer
- Enclosing class:
- VkDescriptorUpdateTemplateCreateInfo
public static class VkDescriptorUpdateTemplateCreateInfo.Buffer extends org.lwjgl.system.StructBuffer<VkDescriptorUpdateTemplateCreateInfo,VkDescriptorUpdateTemplateCreateInfo.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkDescriptorUpdateTemplateCreateInfo
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
descriptorSetLayout()
Returns the value of thedescriptorSetLayout
field.VkDescriptorUpdateTemplateCreateInfo.Buffer
descriptorSetLayout(long value)
Sets the specified value to thedescriptorSetLayout
field.int
descriptorUpdateEntryCount()
Returns the value of thedescriptorUpdateEntryCount
field.int
flags()
Returns the value of theflags
field.VkDescriptorUpdateTemplateCreateInfo.Buffer
flags(int value)
Sets the specified value to theflags
field.VkDescriptorUpdateTemplateEntry.Buffer
pDescriptorUpdateEntries()
Returns aVkDescriptorUpdateTemplateEntry.Buffer
view of the struct array pointed to by thepDescriptorUpdateEntries
field.VkDescriptorUpdateTemplateCreateInfo.Buffer
pDescriptorUpdateEntries(VkDescriptorUpdateTemplateEntry.Buffer value)
Sets the address of the specifiedVkDescriptorUpdateTemplateEntry.Buffer
to thepDescriptorUpdateEntries
field.int
pipelineBindPoint()
Returns the value of thepipelineBindPoint
field.VkDescriptorUpdateTemplateCreateInfo.Buffer
pipelineBindPoint(int value)
Sets the specified value to thepipelineBindPoint
field.long
pipelineLayout()
Returns the value of thepipelineLayout
field.VkDescriptorUpdateTemplateCreateInfo.Buffer
pipelineLayout(long value)
Sets the specified value to thepipelineLayout
field.long
pNext()
Returns the value of thepNext
field.VkDescriptorUpdateTemplateCreateInfo.Buffer
pNext(long value)
Sets the specified value to thepNext
field.int
set()
Returns the value of theset
field.VkDescriptorUpdateTemplateCreateInfo.Buffer
set(int value)
Sets the specified value to theset
field.int
sType()
Returns the value of thesType
field.VkDescriptorUpdateTemplateCreateInfo.Buffer
sType(int value)
Sets the specified value to thesType
field.int
templateType()
Returns the value of thetemplateType
field.VkDescriptorUpdateTemplateCreateInfo.Buffer
templateType(int value)
Sets the specified value to thetemplateType
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkDescriptorUpdateTemplateCreateInfo.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 byVkDescriptorUpdateTemplateCreateInfo.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
sType
public int sType()
Returns the value of thesType
field.
-
pNext
public long pNext()
Returns the value of thepNext
field.
-
flags
public int flags()
Returns the value of theflags
field.
-
descriptorUpdateEntryCount
public int descriptorUpdateEntryCount()
Returns the value of thedescriptorUpdateEntryCount
field.
-
pDescriptorUpdateEntries
public VkDescriptorUpdateTemplateEntry.Buffer pDescriptorUpdateEntries()
Returns aVkDescriptorUpdateTemplateEntry.Buffer
view of the struct array pointed to by thepDescriptorUpdateEntries
field.
-
templateType
public int templateType()
Returns the value of thetemplateType
field.
-
descriptorSetLayout
public long descriptorSetLayout()
Returns the value of thedescriptorSetLayout
field.
-
pipelineBindPoint
public int pipelineBindPoint()
Returns the value of thepipelineBindPoint
field.
-
pipelineLayout
public long pipelineLayout()
Returns the value of thepipelineLayout
field.
-
set
public int set()
Returns the value of theset
field.
-
sType
public VkDescriptorUpdateTemplateCreateInfo.Buffer sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkDescriptorUpdateTemplateCreateInfo.Buffer pNext(long value)
Sets the specified value to thepNext
field.
-
flags
public VkDescriptorUpdateTemplateCreateInfo.Buffer flags(int value)
Sets the specified value to theflags
field.
-
pDescriptorUpdateEntries
public VkDescriptorUpdateTemplateCreateInfo.Buffer pDescriptorUpdateEntries(VkDescriptorUpdateTemplateEntry.Buffer value)
Sets the address of the specifiedVkDescriptorUpdateTemplateEntry.Buffer
to thepDescriptorUpdateEntries
field.
-
templateType
public VkDescriptorUpdateTemplateCreateInfo.Buffer templateType(int value)
Sets the specified value to thetemplateType
field.
-
descriptorSetLayout
public VkDescriptorUpdateTemplateCreateInfo.Buffer descriptorSetLayout(long value)
Sets the specified value to thedescriptorSetLayout
field.
-
pipelineBindPoint
public VkDescriptorUpdateTemplateCreateInfo.Buffer pipelineBindPoint(int value)
Sets the specified value to thepipelineBindPoint
field.
-
pipelineLayout
public VkDescriptorUpdateTemplateCreateInfo.Buffer pipelineLayout(long value)
Sets the specified value to thepipelineLayout
field.
-
set
public VkDescriptorUpdateTemplateCreateInfo.Buffer set(int value)
Sets the specified value to theset
field.
-
-