java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkPerformanceCounterKHR
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkPerformanceCounterKHR(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic 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 longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkPerformanceCounterKHR(MemorySegment segment) Creates an instance of aVkPerformanceCounterKHRrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkPerformanceCounterKHRstatic VkPerformanceCounterKHR[]static VkPerformanceCounterKHRclone(Arena arena, VkPerformanceCounterKHR src) static VkPerformanceCounterKHR[]clone(Arena arena, VkPerformanceCounterKHR[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) intscope()voidscope(int value) segment()Returns the value of thesegmentrecord component.intstorage()voidstorage(int value) intsType()voidsType(int value) final StringtoString()Returns a string representation of this record class.intunit()voidunit(int value) tech.icey.panama.buffer.ByteBufferuuid()voiduuid(tech.icey.panama.buffer.ByteBuffer value) uuidRaw()
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$unit
-
PATH$scope
-
PATH$storage
-
PATH$uuid
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$unit
-
LAYOUT$scope
-
LAYOUT$storage
-
LAYOUT$uuid
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$unit
public static final long OFFSET$unit -
OFFSET$scope
public static final long OFFSET$scope -
OFFSET$storage
public static final long OFFSET$storage -
OFFSET$uuid
public static final long OFFSET$uuid -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$unit
public static final long SIZE$unit -
SIZE$scope
public static final long SIZE$scope -
SIZE$storage
public static final long SIZE$storage -
SIZE$uuid
public static final long SIZE$uuid
-
-
Constructor Details
-
VkPerformanceCounterKHR
Creates an instance of aVkPerformanceCounterKHRrecord 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) -
unit
public int unit() -
unit
public void unit(int value) -
scope
public int scope() -
scope
public void scope(int value) -
storage
public int storage() -
storage
public void storage(int value) -
uuidRaw
-
uuid
public tech.icey.panama.buffer.ByteBuffer uuid() -
uuid
public void uuid(tech.icey.panama.buffer.ByteBuffer 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
-