java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkDecompressMemoryRegionNV
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkDecompressMemoryRegionNV(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfLongstatic final ValueLayout.OfLongstatic final ValueLayout.OfLongstatic final ValueLayout.OfLongstatic final ValueLayout.OfLongstatic 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 longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkDecompressMemoryRegionNV(MemorySegment segment) Creates an instance of aVkDecompressMemoryRegionNVrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkDecompressMemoryRegionNVstatic VkDecompressMemoryRegionNV[]static VkDecompressMemoryRegionNVclone(Arena arena, VkDecompressMemoryRegionNV src) static VkDecompressMemoryRegionNV[]clone(Arena arena, VkDecompressMemoryRegionNV[] src) longvoidcompressedSize(long value) longvoiddecompressedSize(long value) longvoiddecompressionMethod(long value) longvoiddstAddress(long value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.segment()Returns the value of thesegmentrecord component.longvoidsrcAddress(long value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$srcAddress
-
PATH$dstAddress
-
PATH$compressedSize
-
PATH$decompressedSize
-
PATH$decompressionMethod
-
LAYOUT$srcAddress
-
LAYOUT$dstAddress
-
LAYOUT$compressedSize
-
LAYOUT$decompressedSize
-
LAYOUT$decompressionMethod
-
OFFSET$srcAddress
public static final long OFFSET$srcAddress -
OFFSET$dstAddress
public static final long OFFSET$dstAddress -
OFFSET$compressedSize
public static final long OFFSET$compressedSize -
OFFSET$decompressedSize
public static final long OFFSET$decompressedSize -
OFFSET$decompressionMethod
public static final long OFFSET$decompressionMethod -
SIZE$srcAddress
public static final long SIZE$srcAddress -
SIZE$dstAddress
public static final long SIZE$dstAddress -
SIZE$compressedSize
public static final long SIZE$compressedSize -
SIZE$decompressedSize
public static final long SIZE$decompressedSize -
SIZE$decompressionMethod
public static final long SIZE$decompressionMethod
-
-
Constructor Details
-
VkDecompressMemoryRegionNV
Creates an instance of aVkDecompressMemoryRegionNVrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
srcAddress
public long srcAddress() -
srcAddress
public void srcAddress(long value) -
dstAddress
public long dstAddress() -
dstAddress
public void dstAddress(long value) -
compressedSize
public long compressedSize() -
compressedSize
public void compressedSize(long value) -
decompressedSize
public long decompressedSize() -
decompressedSize
public void decompressedSize(long value) -
decompressionMethod
public long decompressionMethod() -
decompressionMethod
public void decompressionMethod(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
-