java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkPhysicalDeviceSparseProperties
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkPhysicalDeviceSparseProperties(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 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 longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkPhysicalDeviceSparsePropertiesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkPhysicalDeviceSparseProperties[]clone(Arena arena, VkPhysicalDeviceSparseProperties src) static VkPhysicalDeviceSparseProperties[]clone(Arena arena, VkPhysicalDeviceSparseProperties[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intvoidresidencyAlignedMipSize(int value) intvoidresidencyNonResidentStrict(int value) intvoidresidencyStandard2DBlockShape(int value) intvoidresidencyStandard2DMultisampleBlockShape(int value) intvoidresidencyStandard3DBlockShape(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$residencyStandard2DBlockShape
-
PATH$residencyStandard2DMultisampleBlockShape
-
PATH$residencyStandard3DBlockShape
-
PATH$residencyAlignedMipSize
-
PATH$residencyNonResidentStrict
-
LAYOUT$residencyStandard2DBlockShape
-
LAYOUT$residencyStandard2DMultisampleBlockShape
-
LAYOUT$residencyStandard3DBlockShape
-
LAYOUT$residencyAlignedMipSize
-
LAYOUT$residencyNonResidentStrict
-
OFFSET$residencyStandard2DBlockShape
public static final long OFFSET$residencyStandard2DBlockShape -
OFFSET$residencyStandard2DMultisampleBlockShape
public static final long OFFSET$residencyStandard2DMultisampleBlockShape -
OFFSET$residencyStandard3DBlockShape
public static final long OFFSET$residencyStandard3DBlockShape -
OFFSET$residencyAlignedMipSize
public static final long OFFSET$residencyAlignedMipSize -
OFFSET$residencyNonResidentStrict
public static final long OFFSET$residencyNonResidentStrict -
SIZE$residencyStandard2DBlockShape
public static final long SIZE$residencyStandard2DBlockShape -
SIZE$residencyStandard2DMultisampleBlockShape
public static final long SIZE$residencyStandard2DMultisampleBlockShape -
SIZE$residencyStandard3DBlockShape
public static final long SIZE$residencyStandard3DBlockShape -
SIZE$residencyAlignedMipSize
public static final long SIZE$residencyAlignedMipSize -
SIZE$residencyNonResidentStrict
public static final long SIZE$residencyNonResidentStrict
-
-
Constructor Details
-
VkPhysicalDeviceSparseProperties
Creates an instance of aVkPhysicalDeviceSparsePropertiesrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
residencyStandard2DBlockShape
public int residencyStandard2DBlockShape() -
residencyStandard2DBlockShape
public void residencyStandard2DBlockShape(int value) -
residencyStandard2DMultisampleBlockShape
public int residencyStandard2DMultisampleBlockShape() -
residencyStandard2DMultisampleBlockShape
public void residencyStandard2DMultisampleBlockShape(int value) -
residencyStandard3DBlockShape
public int residencyStandard3DBlockShape() -
residencyStandard3DBlockShape
public void residencyStandard3DBlockShape(int value) -
residencyAlignedMipSize
public int residencyAlignedMipSize() -
residencyAlignedMipSize
public void residencyAlignedMipSize(int value) -
residencyNonResidentStrict
public int residencyNonResidentStrict() -
residencyNonResidentStrict
public void residencyNonResidentStrict(int value) -
allocate
-
allocate
-
clone
public static VkPhysicalDeviceSparseProperties clone(Arena arena, VkPhysicalDeviceSparseProperties src) -
clone
public static VkPhysicalDeviceSparseProperties[] clone(Arena arena, VkPhysicalDeviceSparseProperties[] 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
-