java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkTransformMatrixKHR
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkTransformMatrixKHR(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final SequenceLayoutstatic final longstatic final MemoryLayout.PathElementstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkTransformMatrixKHR(MemorySegment segment) Creates an instance of aVkTransformMatrixKHRrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkTransformMatrixKHRstatic VkTransformMatrixKHR[]static VkTransformMatrixKHRclone(Arena arena, VkTransformMatrixKHR src) static VkTransformMatrixKHR[]clone(Arena arena, VkTransformMatrixKHR[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.tech.icey.panama.buffer.FloatBuffermatrix()voidmatrix(tech.icey.panama.buffer.FloatBuffer value) segment()Returns the value of thesegmentrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$matrix
-
LAYOUT$matrix
-
OFFSET$matrix
public static final long OFFSET$matrix -
SIZE$matrix
public static final long SIZE$matrix
-
-
Constructor Details
-
VkTransformMatrixKHR
Creates an instance of aVkTransformMatrixKHRrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
matrixRaw
-
matrix
public tech.icey.panama.buffer.FloatBuffer matrix() -
matrix
public void matrix(tech.icey.panama.buffer.FloatBuffer value) -
allocate
-
allocate
-
clone
-
clone
-
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
-