Package org.lwjgl.vulkan
Class VkRenderPassBeginInfo.Buffer
- java.lang.Object
-
- org.lwjgl.system.StructBuffer<VkRenderPassBeginInfo,VkRenderPassBeginInfo.Buffer>
-
- org.lwjgl.vulkan.VkRenderPassBeginInfo.Buffer
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
- Enclosing class:
- VkRenderPassBeginInfo
public static final class VkRenderPassBeginInfo.Buffer extends StructBuffer<VkRenderPassBeginInfo,VkRenderPassBeginInfo.Buffer>
An array ofVkRenderPassBeginInfostructs.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description Buffer(java.nio.ByteBuffer container)Creates a newVkRenderPassBeginInfo.Bufferinstance backed by the specified container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intclearValueCount()Returns the value of theclearValueCountfield.longframebuffer()Returns the value of theframebufferfield.VkRenderPassBeginInfo.Bufferframebuffer(long value)Sets the specified value to theframebufferfield.VkClearValue.BufferpClearValues()Returns aVkClearValue.Bufferview of the struct array pointed to by thepClearValuesfield.VkRenderPassBeginInfo.BufferpClearValues(VkClearValue.Buffer value)Sets the address of the specifiedVkClearValue.Bufferto thepClearValuesfield.longpNext()Returns the value of thepNextfield.VkRenderPassBeginInfo.BufferpNext(long value)Sets the specified value to thepNextfield.VkRect2DrenderArea()Returns aVkRect2Dview of therenderAreafield.VkRenderPassBeginInfo.BufferrenderArea(VkRect2D value)Copies the specifiedVkRect2Dto therenderAreafield.longrenderPass()Returns the value of therenderPassfield.VkRenderPassBeginInfo.BufferrenderPass(long value)Sets the specified value to therenderPassfield.intsType()Returns the value of thesTypefield.VkRenderPassBeginInfo.BuffersType(int value)Sets the specified value to thesTypefield.-
Methods inherited from class org.lwjgl.system.StructBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, get, get, get, get, hasRemaining, limit, limit, mark, position, position, put, put, put, remaining, reset, rewind, slice, slice, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkRenderPassBeginInfo.Bufferinstance 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 byVkRenderPassBeginInfo.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
-
Method Detail
-
sType
public int sType()
Returns the value of thesTypefield.
-
pNext
public long pNext()
Returns the value of thepNextfield.
-
renderPass
public long renderPass()
Returns the value of therenderPassfield.
-
framebuffer
public long framebuffer()
Returns the value of theframebufferfield.
-
clearValueCount
public int clearValueCount()
Returns the value of theclearValueCountfield.
-
pClearValues
public VkClearValue.Buffer pClearValues()
Returns aVkClearValue.Bufferview of the struct array pointed to by thepClearValuesfield.
-
sType
public VkRenderPassBeginInfo.Buffer sType(int value)
Sets the specified value to thesTypefield.
-
pNext
public VkRenderPassBeginInfo.Buffer pNext(long value)
Sets the specified value to thepNextfield.
-
renderPass
public VkRenderPassBeginInfo.Buffer renderPass(long value)
Sets the specified value to therenderPassfield.
-
framebuffer
public VkRenderPassBeginInfo.Buffer framebuffer(long value)
Sets the specified value to theframebufferfield.
-
renderArea
public VkRenderPassBeginInfo.Buffer renderArea(VkRect2D value)
Copies the specifiedVkRect2Dto therenderAreafield.
-
pClearValues
public VkRenderPassBeginInfo.Buffer pClearValues(VkClearValue.Buffer value)
Sets the address of the specifiedVkClearValue.Bufferto thepClearValuesfield.
-
-