java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkDispatchGraphInfoAMDX
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkDispatchGraphInfoAMDX(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final UnionLayoutstatic 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
ConstructorsConstructorDescriptionVkDispatchGraphInfoAMDX(MemorySegment segment) Creates an instance of aVkDispatchGraphInfoAMDXrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkDispatchGraphInfoAMDXstatic VkDispatchGraphInfoAMDX[]static VkDispatchGraphInfoAMDXclone(Arena arena, VkDispatchGraphInfoAMDX src) static VkDispatchGraphInfoAMDX[]clone(Arena arena, VkDispatchGraphInfoAMDX[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intvoidnodeIndex(int value) intvoidpayloadCount(int value) payloads()voidlongvoidpayloadStride(long 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$nodeIndex
-
PATH$payloadCount
-
PATH$payloads
-
PATH$payloadStride
-
LAYOUT$nodeIndex
-
LAYOUT$payloadCount
-
LAYOUT$payloads
-
LAYOUT$payloadStride
-
OFFSET$nodeIndex
public static final long OFFSET$nodeIndex -
OFFSET$payloadCount
public static final long OFFSET$payloadCount -
OFFSET$payloads
public static final long OFFSET$payloads -
OFFSET$payloadStride
public static final long OFFSET$payloadStride -
SIZE$nodeIndex
public static final long SIZE$nodeIndex -
SIZE$payloadCount
public static final long SIZE$payloadCount -
SIZE$payloads
public static final long SIZE$payloads -
SIZE$payloadStride
public static final long SIZE$payloadStride
-
-
Constructor Details
-
VkDispatchGraphInfoAMDX
Creates an instance of aVkDispatchGraphInfoAMDXrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
nodeIndex
public int nodeIndex() -
nodeIndex
public void nodeIndex(int value) -
payloadCount
public int payloadCount() -
payloadCount
public void payloadCount(int value) -
payloads
-
payloads
-
payloadStride
public long payloadStride() -
payloadStride
public void payloadStride(long 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
-