java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkClearColorValue
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkClearColorValue(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final SequenceLayoutstatic final SequenceLayoutstatic final SequenceLayoutstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkClearColorValue(MemorySegment segment) Creates an instance of aVkClearColorValuerecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkClearColorValuestatic VkClearColorValue[]static VkClearColorValueclone(Arena arena, VkClearColorValue src) static VkClearColorValue[]clone(Arena arena, VkClearColorValue[] src) final booleanIndicates whether some other object is "equal to" this one.tech.icey.panama.buffer.FloatBufferfloat32()voidfloat32(tech.icey.panama.buffer.FloatBuffer value) final inthashCode()Returns a hash code value for this object.tech.icey.panama.buffer.IntBufferint32()voidint32(tech.icey.panama.buffer.IntBuffer value) int32Raw()segment()Returns the value of thesegmentrecord component.final StringtoString()Returns a string representation of this record class.tech.icey.panama.buffer.IntBufferuint32()voiduint32(tech.icey.panama.buffer.IntBuffer value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$float32
-
PATH$int32
-
PATH$uint32
-
LAYOUT$float32
-
LAYOUT$int32
-
LAYOUT$uint32
-
OFFSET$float32
public static final long OFFSET$float32 -
OFFSET$int32
public static final long OFFSET$int32 -
OFFSET$uint32
public static final long OFFSET$uint32 -
SIZE$float32
public static final long SIZE$float32 -
SIZE$int32
public static final long SIZE$int32 -
SIZE$uint32
public static final long SIZE$uint32
-
-
Constructor Details
-
VkClearColorValue
Creates an instance of aVkClearColorValuerecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
float32Raw
-
float32
public tech.icey.panama.buffer.FloatBuffer float32() -
float32
public void float32(tech.icey.panama.buffer.FloatBuffer value) -
int32Raw
-
int32
public tech.icey.panama.buffer.IntBuffer int32() -
int32
public void int32(tech.icey.panama.buffer.IntBuffer value) -
uint32Raw
-
uint32
public tech.icey.panama.buffer.IntBuffer uint32() -
uint32
public void uint32(tech.icey.panama.buffer.IntBuffer 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
-