java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkCooperativeMatrixPropertiesNV
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkCooperativeMatrixPropertiesNV(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkCooperativeMatrixPropertiesNVrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkCooperativeMatrixPropertiesNV[]intAType()voidAType(int value) intBType()voidBType(int value) clone(Arena arena, VkCooperativeMatrixPropertiesNV src) static VkCooperativeMatrixPropertiesNV[]clone(Arena arena, VkCooperativeMatrixPropertiesNV[] src) intCType()voidCType(int value) intDType()voidDType(int value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intKSize()voidKSize(int value) intMSize()voidMSize(int value) intNSize()voidNSize(int value) pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) intscope()voidscope(int value) segment()Returns the value of thesegmentrecord component.intsType()voidsType(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$MSize
-
PATH$NSize
-
PATH$KSize
-
PATH$AType
-
PATH$BType
-
PATH$CType
-
PATH$DType
-
PATH$scope
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$MSize
-
LAYOUT$NSize
-
LAYOUT$KSize
-
LAYOUT$AType
-
LAYOUT$BType
-
LAYOUT$CType
-
LAYOUT$DType
-
LAYOUT$scope
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$MSize
public static final long OFFSET$MSize -
OFFSET$NSize
public static final long OFFSET$NSize -
OFFSET$KSize
public static final long OFFSET$KSize -
OFFSET$AType
public static final long OFFSET$AType -
OFFSET$BType
public static final long OFFSET$BType -
OFFSET$CType
public static final long OFFSET$CType -
OFFSET$DType
public static final long OFFSET$DType -
OFFSET$scope
public static final long OFFSET$scope -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$MSize
public static final long SIZE$MSize -
SIZE$NSize
public static final long SIZE$NSize -
SIZE$KSize
public static final long SIZE$KSize -
SIZE$AType
public static final long SIZE$AType -
SIZE$BType
public static final long SIZE$BType -
SIZE$CType
public static final long SIZE$CType -
SIZE$DType
public static final long SIZE$DType -
SIZE$scope
public static final long SIZE$scope
-
-
Constructor Details
-
VkCooperativeMatrixPropertiesNV
Creates an instance of aVkCooperativeMatrixPropertiesNVrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
sType
public int sType() -
sType
public void sType(int value) -
pNext
-
pNext
-
pNext
public void pNext(tech.icey.panama.IPointer pointer) -
MSize
public int MSize() -
MSize
public void MSize(int value) -
NSize
public int NSize() -
NSize
public void NSize(int value) -
KSize
public int KSize() -
KSize
public void KSize(int value) -
AType
public int AType() -
AType
public void AType(int value) -
BType
public int BType() -
BType
public void BType(int value) -
CType
public int CType() -
CType
public void CType(int value) -
DType
public int DType() -
DType
public void DType(int value) -
scope
public int scope() -
scope
public void scope(int value) -
allocate
-
allocate
-
clone
public static VkCooperativeMatrixPropertiesNV clone(Arena arena, VkCooperativeMatrixPropertiesNV src) -
clone
public static VkCooperativeMatrixPropertiesNV[] clone(Arena arena, VkCooperativeMatrixPropertiesNV[] src) -
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
segment
Returns the value of thesegmentrecord component.- Specified by:
segmentin interfacetech.icey.panama.IPointer- Returns:
- the value of the
segmentrecord component
-