java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkSparseImageMemoryRequirements
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkSparseImageMemoryRequirements(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final StructLayoutstatic final ValueLayout.OfIntstatic 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
ConstructorsConstructorDescriptionCreates an instance of aVkSparseImageMemoryRequirementsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkSparseImageMemoryRequirements[]clone(Arena arena, VkSparseImageMemoryRequirements src) static VkSparseImageMemoryRequirements[]clone(Arena arena, VkSparseImageMemoryRequirements[] src) final booleanIndicates whether some other object is "equal to" this one.voidfinal inthashCode()Returns a hash code value for this object.intvoidimageMipTailFirstLod(int value) longvoidimageMipTailOffset(long value) longvoidimageMipTailSize(long value) longvoidimageMipTailStride(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$formatProperties
-
PATH$imageMipTailFirstLod
-
PATH$imageMipTailSize
-
PATH$imageMipTailOffset
-
PATH$imageMipTailStride
-
LAYOUT$formatProperties
-
LAYOUT$imageMipTailFirstLod
-
LAYOUT$imageMipTailSize
-
LAYOUT$imageMipTailOffset
-
LAYOUT$imageMipTailStride
-
OFFSET$formatProperties
public static final long OFFSET$formatProperties -
OFFSET$imageMipTailFirstLod
public static final long OFFSET$imageMipTailFirstLod -
OFFSET$imageMipTailSize
public static final long OFFSET$imageMipTailSize -
OFFSET$imageMipTailOffset
public static final long OFFSET$imageMipTailOffset -
OFFSET$imageMipTailStride
public static final long OFFSET$imageMipTailStride -
SIZE$formatProperties
public static final long SIZE$formatProperties -
SIZE$imageMipTailFirstLod
public static final long SIZE$imageMipTailFirstLod -
SIZE$imageMipTailSize
public static final long SIZE$imageMipTailSize -
SIZE$imageMipTailOffset
public static final long SIZE$imageMipTailOffset -
SIZE$imageMipTailStride
public static final long SIZE$imageMipTailStride
-
-
Constructor Details
-
VkSparseImageMemoryRequirements
Creates an instance of aVkSparseImageMemoryRequirementsrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
formatProperties
-
formatProperties
-
imageMipTailFirstLod
public int imageMipTailFirstLod() -
imageMipTailFirstLod
public void imageMipTailFirstLod(int value) -
imageMipTailSize
public long imageMipTailSize() -
imageMipTailSize
public void imageMipTailSize(long value) -
imageMipTailOffset
public long imageMipTailOffset() -
imageMipTailOffset
public void imageMipTailOffset(long value) -
imageMipTailStride
public long imageMipTailStride() -
imageMipTailStride
public void imageMipTailStride(long value) -
allocate
-
allocate
-
clone
public static VkSparseImageMemoryRequirements clone(Arena arena, VkSparseImageMemoryRequirements src) -
clone
public static VkSparseImageMemoryRequirements[] clone(Arena arena, VkSparseImageMemoryRequirements[] 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
-