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