Package org.lwjgl.vulkan
Class VkAttachmentDescription.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkAttachmentDescription,VkAttachmentDescription.Buffer>
-
- org.lwjgl.vulkan.VkAttachmentDescription.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkAttachmentDescription>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VkAttachmentDescription
public static class VkAttachmentDescription.Buffer extends org.lwjgl.system.StructBuffer<VkAttachmentDescription,VkAttachmentDescription.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkAttachmentDescription
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
finalLayout()
Returns the value of thefinalLayout
field.VkAttachmentDescription.Buffer
finalLayout(int value)
Sets the specified value to thefinalLayout
field.int
flags()
Returns the value of theflags
field.VkAttachmentDescription.Buffer
flags(int value)
Sets the specified value to theflags
field.int
format()
Returns the value of theformat
field.VkAttachmentDescription.Buffer
format(int value)
Sets the specified value to theformat
field.int
initialLayout()
Returns the value of theinitialLayout
field.VkAttachmentDescription.Buffer
initialLayout(int value)
Sets the specified value to theinitialLayout
field.int
loadOp()
Returns the value of theloadOp
field.VkAttachmentDescription.Buffer
loadOp(int value)
Sets the specified value to theloadOp
field.int
samples()
Returns the value of thesamples
field.VkAttachmentDescription.Buffer
samples(int value)
Sets the specified value to thesamples
field.int
stencilLoadOp()
Returns the value of thestencilLoadOp
field.VkAttachmentDescription.Buffer
stencilLoadOp(int value)
Sets the specified value to thestencilLoadOp
field.int
stencilStoreOp()
Returns the value of thestencilStoreOp
field.VkAttachmentDescription.Buffer
stencilStoreOp(int value)
Sets the specified value to thestencilStoreOp
field.int
storeOp()
Returns the value of thestoreOp
field.VkAttachmentDescription.Buffer
storeOp(int value)
Sets the specified value to thestoreOp
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkAttachmentDescription.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 byVkAttachmentDescription.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
-
flags
public int flags()
Returns the value of theflags
field.
-
format
public int format()
Returns the value of theformat
field.
-
samples
public int samples()
Returns the value of thesamples
field.
-
loadOp
public int loadOp()
Returns the value of theloadOp
field.
-
storeOp
public int storeOp()
Returns the value of thestoreOp
field.
-
stencilLoadOp
public int stencilLoadOp()
Returns the value of thestencilLoadOp
field.
-
stencilStoreOp
public int stencilStoreOp()
Returns the value of thestencilStoreOp
field.
-
initialLayout
public int initialLayout()
Returns the value of theinitialLayout
field.
-
finalLayout
public int finalLayout()
Returns the value of thefinalLayout
field.
-
flags
public VkAttachmentDescription.Buffer flags(int value)
Sets the specified value to theflags
field.
-
format
public VkAttachmentDescription.Buffer format(int value)
Sets the specified value to theformat
field.
-
samples
public VkAttachmentDescription.Buffer samples(int value)
Sets the specified value to thesamples
field.
-
loadOp
public VkAttachmentDescription.Buffer loadOp(int value)
Sets the specified value to theloadOp
field.
-
storeOp
public VkAttachmentDescription.Buffer storeOp(int value)
Sets the specified value to thestoreOp
field.
-
stencilLoadOp
public VkAttachmentDescription.Buffer stencilLoadOp(int value)
Sets the specified value to thestencilLoadOp
field.
-
stencilStoreOp
public VkAttachmentDescription.Buffer stencilStoreOp(int value)
Sets the specified value to thestencilStoreOp
field.
-
initialLayout
public VkAttachmentDescription.Buffer initialLayout(int value)
Sets the specified value to theinitialLayout
field.
-
finalLayout
public VkAttachmentDescription.Buffer finalLayout(int value)
Sets the specified value to thefinalLayout
field.
-
-