java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkInputAttachmentAspectReference
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkInputAttachmentAspectReference(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 longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkInputAttachmentAspectReferencerecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkInputAttachmentAspectReference[]intvoidaspectMask(int value) clone(Arena arena, VkInputAttachmentAspectReference src) static VkInputAttachmentAspectReference[]clone(Arena arena, VkInputAttachmentAspectReference[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intvoidinputAttachmentIndex(int value) segment()Returns the value of thesegmentrecord component.intsubpass()voidsubpass(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$subpass
-
PATH$inputAttachmentIndex
-
PATH$aspectMask
-
LAYOUT$subpass
-
LAYOUT$inputAttachmentIndex
-
LAYOUT$aspectMask
-
OFFSET$subpass
public static final long OFFSET$subpass -
OFFSET$inputAttachmentIndex
public static final long OFFSET$inputAttachmentIndex -
OFFSET$aspectMask
public static final long OFFSET$aspectMask -
SIZE$subpass
public static final long SIZE$subpass -
SIZE$inputAttachmentIndex
public static final long SIZE$inputAttachmentIndex -
SIZE$aspectMask
public static final long SIZE$aspectMask
-
-
Constructor Details
-
VkInputAttachmentAspectReference
Creates an instance of aVkInputAttachmentAspectReferencerecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
subpass
public int subpass() -
subpass
public void subpass(int value) -
inputAttachmentIndex
public int inputAttachmentIndex() -
inputAttachmentIndex
public void inputAttachmentIndex(int value) -
aspectMask
public int aspectMask() -
aspectMask
public void aspectMask(int value) -
allocate
-
allocate
-
clone
public static VkInputAttachmentAspectReference clone(Arena arena, VkInputAttachmentAspectReference src) -
clone
public static VkInputAttachmentAspectReference[] clone(Arena arena, VkInputAttachmentAspectReference[] 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
-