java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkShaderResourceUsageAMD
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkShaderResourceUsageAMD(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic 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 longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkShaderResourceUsageAMD(MemorySegment segment) Creates an instance of aVkShaderResourceUsageAMDrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkShaderResourceUsageAMDstatic VkShaderResourceUsageAMD[]static VkShaderResourceUsageAMDclone(Arena arena, VkShaderResourceUsageAMD src) static VkShaderResourceUsageAMD[]clone(Arena arena, VkShaderResourceUsageAMD[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intvoidldsSizePerLocalWorkGroup(int value) longvoidldsUsageSizeInBytes(long value) intvoidnumUsedSgprs(int value) intvoidnumUsedVgprs(int value) longvoidscratchMemUsageInBytes(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$numUsedVgprs
-
PATH$numUsedSgprs
-
PATH$ldsSizePerLocalWorkGroup
-
PATH$ldsUsageSizeInBytes
-
PATH$scratchMemUsageInBytes
-
LAYOUT$numUsedVgprs
-
LAYOUT$numUsedSgprs
-
LAYOUT$ldsSizePerLocalWorkGroup
-
OFFSET$numUsedVgprs
public static final long OFFSET$numUsedVgprs -
OFFSET$numUsedSgprs
public static final long OFFSET$numUsedSgprs -
OFFSET$ldsSizePerLocalWorkGroup
public static final long OFFSET$ldsSizePerLocalWorkGroup -
OFFSET$ldsUsageSizeInBytes
public static final long OFFSET$ldsUsageSizeInBytes -
OFFSET$scratchMemUsageInBytes
public static final long OFFSET$scratchMemUsageInBytes -
SIZE$numUsedVgprs
public static final long SIZE$numUsedVgprs -
SIZE$numUsedSgprs
public static final long SIZE$numUsedSgprs -
SIZE$ldsSizePerLocalWorkGroup
public static final long SIZE$ldsSizePerLocalWorkGroup
-
-
Constructor Details
-
VkShaderResourceUsageAMD
Creates an instance of aVkShaderResourceUsageAMDrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
numUsedVgprs
public int numUsedVgprs() -
numUsedVgprs
public void numUsedVgprs(int value) -
numUsedSgprs
public int numUsedSgprs() -
numUsedSgprs
public void numUsedSgprs(int value) -
ldsSizePerLocalWorkGroup
public int ldsSizePerLocalWorkGroup() -
ldsSizePerLocalWorkGroup
public void ldsSizePerLocalWorkGroup(int value) -
ldsUsageSizeInBytes
public long ldsUsageSizeInBytes() -
ldsUsageSizeInBytes
public void ldsUsageSizeInBytes(long value) -
scratchMemUsageInBytes
public long scratchMemUsageInBytes() -
scratchMemUsageInBytes
public void scratchMemUsageInBytes(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
-