Package org.lwjgl.vulkan
Class VkDescriptorUpdateTemplateEntry.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkDescriptorUpdateTemplateEntry,VkDescriptorUpdateTemplateEntry.Buffer>
-
- org.lwjgl.vulkan.VkDescriptorUpdateTemplateEntry.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkDescriptorUpdateTemplateEntry>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Direct Known Subclasses:
VkDescriptorUpdateTemplateEntryKHR.Buffer
- Enclosing class:
- VkDescriptorUpdateTemplateEntry
public static class VkDescriptorUpdateTemplateEntry.Buffer extends org.lwjgl.system.StructBuffer<VkDescriptorUpdateTemplateEntry,VkDescriptorUpdateTemplateEntry.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkDescriptorUpdateTemplateEntry
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
descriptorCount()
Returns the value of thedescriptorCount
field.VkDescriptorUpdateTemplateEntry.Buffer
descriptorCount(int value)
Sets the specified value to thedescriptorCount
field.int
descriptorType()
Returns the value of thedescriptorType
field.VkDescriptorUpdateTemplateEntry.Buffer
descriptorType(int value)
Sets the specified value to thedescriptorType
field.int
dstArrayElement()
Returns the value of thedstArrayElement
field.VkDescriptorUpdateTemplateEntry.Buffer
dstArrayElement(int value)
Sets the specified value to thedstArrayElement
field.int
dstBinding()
Returns the value of thedstBinding
field.VkDescriptorUpdateTemplateEntry.Buffer
dstBinding(int value)
Sets the specified value to thedstBinding
field.long
offset()
Returns the value of theoffset
field.VkDescriptorUpdateTemplateEntry.Buffer
offset(long value)
Sets the specified value to theoffset
field.long
stride()
Returns the value of thestride
field.VkDescriptorUpdateTemplateEntry.Buffer
stride(long value)
Sets the specified value to thestride
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkDescriptorUpdateTemplateEntry.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 byVkDescriptorUpdateTemplateEntry.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
-
dstBinding
public int dstBinding()
Returns the value of thedstBinding
field.
-
dstArrayElement
public int dstArrayElement()
Returns the value of thedstArrayElement
field.
-
descriptorCount
public int descriptorCount()
Returns the value of thedescriptorCount
field.
-
descriptorType
public int descriptorType()
Returns the value of thedescriptorType
field.
-
offset
public long offset()
Returns the value of theoffset
field.
-
stride
public long stride()
Returns the value of thestride
field.
-
dstBinding
public VkDescriptorUpdateTemplateEntry.Buffer dstBinding(int value)
Sets the specified value to thedstBinding
field.
-
dstArrayElement
public VkDescriptorUpdateTemplateEntry.Buffer dstArrayElement(int value)
Sets the specified value to thedstArrayElement
field.
-
descriptorCount
public VkDescriptorUpdateTemplateEntry.Buffer descriptorCount(int value)
Sets the specified value to thedescriptorCount
field.
-
descriptorType
public VkDescriptorUpdateTemplateEntry.Buffer descriptorType(int value)
Sets the specified value to thedescriptorType
field.
-
offset
public VkDescriptorUpdateTemplateEntry.Buffer offset(long value)
Sets the specified value to theoffset
field.
-
stride
public VkDescriptorUpdateTemplateEntry.Buffer stride(long value)
Sets the specified value to thestride
field.
-
-