java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkImageFormatProperties
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkImageFormatProperties(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final StructLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfLongstatic 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 longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkImageFormatProperties(MemorySegment segment) Creates an instance of aVkImageFormatPropertiesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkImageFormatPropertiesstatic VkImageFormatProperties[]static VkImageFormatPropertiesclone(Arena arena, VkImageFormatProperties src) static VkImageFormatProperties[]clone(Arena arena, VkImageFormatProperties[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intvoidmaxArrayLayers(int value) voidmaxExtent(VkExtent3D value) intvoidmaxMipLevels(int value) longvoidmaxResourceSize(long value) intvoidsampleCounts(int 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$maxExtent
-
PATH$maxMipLevels
-
PATH$maxArrayLayers
-
PATH$sampleCounts
-
PATH$maxResourceSize
-
LAYOUT$maxExtent
-
LAYOUT$maxMipLevels
-
LAYOUT$maxArrayLayers
-
LAYOUT$sampleCounts
-
LAYOUT$maxResourceSize
-
OFFSET$maxExtent
public static final long OFFSET$maxExtent -
OFFSET$maxMipLevels
public static final long OFFSET$maxMipLevels -
OFFSET$maxArrayLayers
public static final long OFFSET$maxArrayLayers -
OFFSET$sampleCounts
public static final long OFFSET$sampleCounts -
OFFSET$maxResourceSize
public static final long OFFSET$maxResourceSize -
SIZE$maxExtent
public static final long SIZE$maxExtent -
SIZE$maxMipLevels
public static final long SIZE$maxMipLevels -
SIZE$maxArrayLayers
public static final long SIZE$maxArrayLayers -
SIZE$sampleCounts
public static final long SIZE$sampleCounts -
SIZE$maxResourceSize
public static final long SIZE$maxResourceSize
-
-
Constructor Details
-
VkImageFormatProperties
Creates an instance of aVkImageFormatPropertiesrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
maxExtent
-
maxExtent
-
maxMipLevels
public int maxMipLevels() -
maxMipLevels
public void maxMipLevels(int value) -
maxArrayLayers
public int maxArrayLayers() -
maxArrayLayers
public void maxArrayLayers(int value) -
sampleCounts
public int sampleCounts() -
sampleCounts
public void sampleCounts(int value) -
maxResourceSize
public long maxResourceSize() -
maxResourceSize
public void maxResourceSize(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
-