java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkLayerSettingEXT
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkLayerSettingEXT(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic 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
ConstructorsConstructorDescriptionVkLayerSettingEXT(MemorySegment segment) Creates an instance of aVkLayerSettingEXTrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkLayerSettingEXTstatic VkLayerSettingEXT[]static VkLayerSettingEXTclone(Arena arena, VkLayerSettingEXT src) static VkLayerSettingEXT[]clone(Arena arena, VkLayerSettingEXT[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.tech.icey.panama.buffer.ByteBuffervoidpLayerName(tech.icey.panama.buffer.ByteBuffer value) voidpLayerNameRaw(MemorySegment value) tech.icey.panama.buffer.ByteBuffervoidpSettingName(tech.icey.panama.buffer.ByteBuffer value) voidpSettingNameRaw(MemorySegment value) pValues()voidpValues(MemorySegment value) voidpValues(tech.icey.panama.IPointer pointer) segment()Returns the value of thesegmentrecord component.final StringtoString()Returns a string representation of this record class.inttype()voidtype(int value) intvoidvalueCount(int value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$pLayerName
-
PATH$pSettingName
-
PATH$type
-
PATH$valueCount
-
PATH$pValues
-
LAYOUT$pLayerName
-
LAYOUT$pSettingName
-
LAYOUT$type
-
LAYOUT$valueCount
-
LAYOUT$pValues
-
OFFSET$pLayerName
public static final long OFFSET$pLayerName -
OFFSET$pSettingName
public static final long OFFSET$pSettingName -
OFFSET$type
public static final long OFFSET$type -
OFFSET$valueCount
public static final long OFFSET$valueCount -
OFFSET$pValues
public static final long OFFSET$pValues -
SIZE$pLayerName
public static final long SIZE$pLayerName -
SIZE$pSettingName
public static final long SIZE$pSettingName -
SIZE$type
public static final long SIZE$type -
SIZE$valueCount
public static final long SIZE$valueCount -
SIZE$pValues
public static final long SIZE$pValues
-
-
Constructor Details
-
VkLayerSettingEXT
Creates an instance of aVkLayerSettingEXTrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
pLayerNameRaw
-
pLayerNameRaw
-
pLayerName
public tech.icey.panama.buffer.ByteBuffer pLayerName() -
pLayerName
public void pLayerName(tech.icey.panama.buffer.ByteBuffer value) -
pSettingNameRaw
-
pSettingNameRaw
-
pSettingName
public tech.icey.panama.buffer.ByteBuffer pSettingName() -
pSettingName
public void pSettingName(tech.icey.panama.buffer.ByteBuffer value) -
type
public int type() -
type
public void type(int value) -
valueCount
public int valueCount() -
valueCount
public void valueCount(int value) -
pValues
-
pValues
-
pValues
public void pValues(tech.icey.panama.IPointer pointer) -
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
-