java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkCooperativeMatrixPropertiesKHR
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkCooperativeMatrixPropertiesKHR(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 AddressLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic 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 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 MemoryLayout.PathElementstatic final longstatic 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 aVkCooperativeMatrixPropertiesKHRrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkCooperativeMatrixPropertiesKHR[]intAType()voidAType(int value) intBType()voidBType(int value) clone(Arena arena, VkCooperativeMatrixPropertiesKHR src) static VkCooperativeMatrixPropertiesKHR[]clone(Arena arena, VkCooperativeMatrixPropertiesKHR[] src) intCType()voidCType(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) intvoidResultType(int value) intvoidsaturatingAccumulation(int value) 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$ResultType
-
PATH$saturatingAccumulation
-
PATH$scope
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$MSize
-
LAYOUT$NSize
-
LAYOUT$KSize
-
LAYOUT$AType
-
LAYOUT$BType
-
LAYOUT$CType
-
LAYOUT$ResultType
-
LAYOUT$saturatingAccumulation
-
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$ResultType
public static final long OFFSET$ResultType -
OFFSET$saturatingAccumulation
public static final long OFFSET$saturatingAccumulation -
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$ResultType
public static final long SIZE$ResultType -
SIZE$saturatingAccumulation
public static final long SIZE$saturatingAccumulation -
SIZE$scope
public static final long SIZE$scope
-
-
Constructor Details
-
VkCooperativeMatrixPropertiesKHR
Creates an instance of aVkCooperativeMatrixPropertiesKHRrecord 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) -
ResultType
public int ResultType() -
ResultType
public void ResultType(int value) -
saturatingAccumulation
public int saturatingAccumulation() -
saturatingAccumulation
public void saturatingAccumulation(int value) -
scope
public int scope() -
scope
public void scope(int value) -
allocate
-
allocate
-
clone
public static VkCooperativeMatrixPropertiesKHR clone(Arena arena, VkCooperativeMatrixPropertiesKHR src) -
clone
public static VkCooperativeMatrixPropertiesKHR[] clone(Arena arena, VkCooperativeMatrixPropertiesKHR[] 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
-