Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkPipelineExecutableStatisticValueKHR
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkPipelineExecutableStatisticValueKHR
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkPipelineExecutableStatisticValueKHR(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfDoublestatic final ValueLayout.OfLongstatic final ValueLayout.OfLongstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkPipelineExecutableStatisticValueKHRrecord class. -
Method Summary
Modifier and TypeMethodDescriptionintb32()voidb32(int value) clone(Arena arena, VkPipelineExecutableStatisticValueKHR src) clone(Arena arena, VkPipelineExecutableStatisticValueKHR[] src) final booleanIndicates whether some other object is "equal to" this one.doublef64()voidf64(double value) final inthashCode()Returns a hash code value for this object.longi64()voidi64(long value) segment()Returns the value of thesegmentrecord component.final StringtoString()Returns a string representation of this record class.longu64()voidu64(long value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$b32
-
PATH$i64
-
PATH$u64
-
PATH$f64
-
LAYOUT$b32
-
LAYOUT$i64
-
LAYOUT$u64
-
LAYOUT$f64
-
OFFSET$b32
public static final long OFFSET$b32 -
OFFSET$i64
public static final long OFFSET$i64 -
OFFSET$u64
public static final long OFFSET$u64 -
OFFSET$f64
public static final long OFFSET$f64 -
SIZE$b32
public static final long SIZE$b32 -
SIZE$i64
public static final long SIZE$i64 -
SIZE$u64
public static final long SIZE$u64 -
SIZE$f64
public static final long SIZE$f64
-
-
Constructor Details
-
VkPipelineExecutableStatisticValueKHR
Creates an instance of aVkPipelineExecutableStatisticValueKHRrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
b32
public int b32() -
b32
public void b32(int value) -
i64
public long i64() -
i64
public void i64(long value) -
u64
public long u64() -
u64
public void u64(long value) -
f64
public double f64() -
f64
public void f64(double value) -
allocate
-
allocate
-
clone
public static VkPipelineExecutableStatisticValueKHR clone(Arena arena, VkPipelineExecutableStatisticValueKHR src) -
clone
public static VkPipelineExecutableStatisticValueKHR[] clone(Arena arena, VkPipelineExecutableStatisticValueKHR[] 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
-