Package org.lwjgl.vulkan
Class VkSubpassDependency.Buffer
- java.lang.Object
-
- org.lwjgl.system.StructBuffer<VkSubpassDependency,VkSubpassDependency.Buffer>
-
- org.lwjgl.vulkan.VkSubpassDependency.Buffer
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
- Enclosing class:
- VkSubpassDependency
public static final class VkSubpassDependency.Buffer extends StructBuffer<VkSubpassDependency,VkSubpassDependency.Buffer>
An array ofVkSubpassDependencystructs.
-
-
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 newVkSubpassDependency.Bufferinstance backed by the specified container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intdependencyFlags()Returns the value of thedependencyFlagsfield.VkSubpassDependency.BufferdependencyFlags(int value)Sets the specified value to thedependencyFlagsfield.intdstAccessMask()Returns the value of thedstAccessMaskfield.VkSubpassDependency.BufferdstAccessMask(int value)Sets the specified value to thedstAccessMaskfield.intdstStageMask()Returns the value of thedstStageMaskfield.VkSubpassDependency.BufferdstStageMask(int value)Sets the specified value to thedstStageMaskfield.intdstSubpass()Returns the value of thedstSubpassfield.VkSubpassDependency.BufferdstSubpass(int value)Sets the specified value to thedstSubpassfield.intsrcAccessMask()Returns the value of thesrcAccessMaskfield.VkSubpassDependency.BuffersrcAccessMask(int value)Sets the specified value to thesrcAccessMaskfield.intsrcStageMask()Returns the value of thesrcStageMaskfield.VkSubpassDependency.BuffersrcStageMask(int value)Sets the specified value to thesrcStageMaskfield.intsrcSubpass()Returns the value of thesrcSubpassfield.VkSubpassDependency.BuffersrcSubpass(int value)Sets the specified value to thesrcSubpassfield.-
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 newVkSubpassDependency.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 byVkSubpassDependency.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
-
Method Detail
-
srcSubpass
public int srcSubpass()
Returns the value of thesrcSubpassfield.
-
dstSubpass
public int dstSubpass()
Returns the value of thedstSubpassfield.
-
srcStageMask
public int srcStageMask()
Returns the value of thesrcStageMaskfield.
-
dstStageMask
public int dstStageMask()
Returns the value of thedstStageMaskfield.
-
srcAccessMask
public int srcAccessMask()
Returns the value of thesrcAccessMaskfield.
-
dstAccessMask
public int dstAccessMask()
Returns the value of thedstAccessMaskfield.
-
dependencyFlags
public int dependencyFlags()
Returns the value of thedependencyFlagsfield.
-
srcSubpass
public VkSubpassDependency.Buffer srcSubpass(int value)
Sets the specified value to thesrcSubpassfield.
-
dstSubpass
public VkSubpassDependency.Buffer dstSubpass(int value)
Sets the specified value to thedstSubpassfield.
-
srcStageMask
public VkSubpassDependency.Buffer srcStageMask(int value)
Sets the specified value to thesrcStageMaskfield.
-
dstStageMask
public VkSubpassDependency.Buffer dstStageMask(int value)
Sets the specified value to thedstStageMaskfield.
-
srcAccessMask
public VkSubpassDependency.Buffer srcAccessMask(int value)
Sets the specified value to thesrcAccessMaskfield.
-
dstAccessMask
public VkSubpassDependency.Buffer dstAccessMask(int value)
Sets the specified value to thedstAccessMaskfield.
-
dependencyFlags
public VkSubpassDependency.Buffer dependencyFlags(int value)
Sets the specified value to thedependencyFlagsfield.
-
-