Package org.lwjgl.vulkan
Class VkCooperativeMatrixPropertiesNV.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkCooperativeMatrixPropertiesNV,VkCooperativeMatrixPropertiesNV.Buffer>
-
- org.lwjgl.vulkan.VkCooperativeMatrixPropertiesNV.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkCooperativeMatrixPropertiesNV>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VkCooperativeMatrixPropertiesNV
public static class VkCooperativeMatrixPropertiesNV.Buffer extends org.lwjgl.system.StructBuffer<VkCooperativeMatrixPropertiesNV,VkCooperativeMatrixPropertiesNV.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkCooperativeMatrixPropertiesNV
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
AType()
Returns the value of theAType
field.VkCooperativeMatrixPropertiesNV.Buffer
AType(int value)
Sets the specified value to theAType
field.int
BType()
Returns the value of theBType
field.VkCooperativeMatrixPropertiesNV.Buffer
BType(int value)
Sets the specified value to theBType
field.int
CType()
Returns the value of theCType
field.VkCooperativeMatrixPropertiesNV.Buffer
CType(int value)
Sets the specified value to theCType
field.int
DType()
Returns the value of theDType
field.VkCooperativeMatrixPropertiesNV.Buffer
DType(int value)
Sets the specified value to theDType
field.int
KSize()
Returns the value of theKSize
field.VkCooperativeMatrixPropertiesNV.Buffer
KSize(int value)
Sets the specified value to theKSize
field.int
MSize()
Returns the value of theMSize
field.VkCooperativeMatrixPropertiesNV.Buffer
MSize(int value)
Sets the specified value to theMSize
field.int
NSize()
Returns the value of theNSize
field.VkCooperativeMatrixPropertiesNV.Buffer
NSize(int value)
Sets the specified value to theNSize
field.long
pNext()
Returns the value of thepNext
field.VkCooperativeMatrixPropertiesNV.Buffer
pNext(long value)
Sets the specified value to thepNext
field.int
scope()
Returns the value of thescope
field.VkCooperativeMatrixPropertiesNV.Buffer
scope(int value)
Sets the specified value to thescope
field.int
sType()
Returns the value of thesType
field.VkCooperativeMatrixPropertiesNV.Buffer
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkCooperativeMatrixPropertiesNV.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 byVkCooperativeMatrixPropertiesNV.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.
-
MSize
public int MSize()
Returns the value of theMSize
field.
-
NSize
public int NSize()
Returns the value of theNSize
field.
-
KSize
public int KSize()
Returns the value of theKSize
field.
-
AType
public int AType()
Returns the value of theAType
field.
-
BType
public int BType()
Returns the value of theBType
field.
-
CType
public int CType()
Returns the value of theCType
field.
-
DType
public int DType()
Returns the value of theDType
field.
-
scope
public int scope()
Returns the value of thescope
field.
-
sType
public VkCooperativeMatrixPropertiesNV.Buffer sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkCooperativeMatrixPropertiesNV.Buffer pNext(long value)
Sets the specified value to thepNext
field.
-
MSize
public VkCooperativeMatrixPropertiesNV.Buffer MSize(int value)
Sets the specified value to theMSize
field.
-
NSize
public VkCooperativeMatrixPropertiesNV.Buffer NSize(int value)
Sets the specified value to theNSize
field.
-
KSize
public VkCooperativeMatrixPropertiesNV.Buffer KSize(int value)
Sets the specified value to theKSize
field.
-
AType
public VkCooperativeMatrixPropertiesNV.Buffer AType(int value)
Sets the specified value to theAType
field.
-
BType
public VkCooperativeMatrixPropertiesNV.Buffer BType(int value)
Sets the specified value to theBType
field.
-
CType
public VkCooperativeMatrixPropertiesNV.Buffer CType(int value)
Sets the specified value to theCType
field.
-
DType
public VkCooperativeMatrixPropertiesNV.Buffer DType(int value)
Sets the specified value to theDType
field.
-
scope
public VkCooperativeMatrixPropertiesNV.Buffer scope(int value)
Sets the specified value to thescope
field.
-
-