java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkLayerProperties
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkLayerProperties(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final SequenceLayoutstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkLayerProperties(MemorySegment segment) Creates an instance of aVkLayerPropertiesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkLayerPropertiesstatic VkLayerProperties[]static VkLayerPropertiesclone(Arena arena, VkLayerProperties src) static VkLayerProperties[]clone(Arena arena, VkLayerProperties[] src) tech.icey.panama.buffer.ByteBuffervoiddescription(tech.icey.panama.buffer.ByteBuffer value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intvoidimplementationVersion(int value) tech.icey.panama.buffer.ByteBuffervoidlayerName(tech.icey.panama.buffer.ByteBuffer value) segment()Returns the value of thesegmentrecord component.intvoidspecVersion(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$layerName
-
PATH$specVersion
-
PATH$implementationVersion
-
PATH$description
-
LAYOUT$layerName
-
LAYOUT$specVersion
-
LAYOUT$implementationVersion
-
LAYOUT$description
-
OFFSET$layerName
public static final long OFFSET$layerName -
OFFSET$specVersion
public static final long OFFSET$specVersion -
OFFSET$implementationVersion
public static final long OFFSET$implementationVersion -
OFFSET$description
public static final long OFFSET$description -
SIZE$layerName
public static final long SIZE$layerName -
SIZE$specVersion
public static final long SIZE$specVersion -
SIZE$implementationVersion
public static final long SIZE$implementationVersion -
SIZE$description
public static final long SIZE$description
-
-
Constructor Details
-
VkLayerProperties
Creates an instance of aVkLayerPropertiesrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
layerNameRaw
-
layerName
public tech.icey.panama.buffer.ByteBuffer layerName() -
layerName
public void layerName(tech.icey.panama.buffer.ByteBuffer value) -
specVersion
public int specVersion() -
specVersion
public void specVersion(int value) -
implementationVersion
public int implementationVersion() -
implementationVersion
public void implementationVersion(int value) -
descriptionRaw
-
description
public tech.icey.panama.buffer.ByteBuffer description() -
description
public void description(tech.icey.panama.buffer.ByteBuffer 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
-