java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkAttachmentDescription
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkAttachmentDescription(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 ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic final longstatic 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 MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkAttachmentDescription(MemorySegment segment) Creates an instance of aVkAttachmentDescriptionrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkAttachmentDescriptionstatic VkAttachmentDescription[]static VkAttachmentDescriptionclone(Arena arena, VkAttachmentDescription src) static VkAttachmentDescription[]clone(Arena arena, VkAttachmentDescription[] src) final booleanIndicates whether some other object is "equal to" this one.intvoidfinalLayout(int value) intflags()voidflags(int value) intformat()voidformat(int value) final inthashCode()Returns a hash code value for this object.intvoidinitialLayout(int value) intloadOp()voidloadOp(int value) intsamples()voidsamples(int value) segment()Returns the value of thesegmentrecord component.intvoidstencilLoadOp(int value) intvoidstencilStoreOp(int value) intstoreOp()voidstoreOp(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$flags
-
PATH$format
-
PATH$samples
-
PATH$loadOp
-
PATH$storeOp
-
PATH$stencilLoadOp
-
PATH$stencilStoreOp
-
PATH$initialLayout
-
PATH$finalLayout
-
LAYOUT$flags
-
LAYOUT$format
-
LAYOUT$samples
-
LAYOUT$loadOp
-
LAYOUT$storeOp
-
LAYOUT$stencilLoadOp
-
LAYOUT$stencilStoreOp
-
LAYOUT$initialLayout
-
LAYOUT$finalLayout
-
OFFSET$flags
public static final long OFFSET$flags -
OFFSET$format
public static final long OFFSET$format -
OFFSET$samples
public static final long OFFSET$samples -
OFFSET$loadOp
public static final long OFFSET$loadOp -
OFFSET$storeOp
public static final long OFFSET$storeOp -
OFFSET$stencilLoadOp
public static final long OFFSET$stencilLoadOp -
OFFSET$stencilStoreOp
public static final long OFFSET$stencilStoreOp -
OFFSET$initialLayout
public static final long OFFSET$initialLayout -
OFFSET$finalLayout
public static final long OFFSET$finalLayout -
SIZE$flags
public static final long SIZE$flags -
SIZE$format
public static final long SIZE$format -
SIZE$samples
public static final long SIZE$samples -
SIZE$loadOp
public static final long SIZE$loadOp -
SIZE$storeOp
public static final long SIZE$storeOp -
SIZE$stencilLoadOp
public static final long SIZE$stencilLoadOp -
SIZE$stencilStoreOp
public static final long SIZE$stencilStoreOp -
SIZE$initialLayout
public static final long SIZE$initialLayout -
SIZE$finalLayout
public static final long SIZE$finalLayout
-
-
Constructor Details
-
VkAttachmentDescription
Creates an instance of aVkAttachmentDescriptionrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
flags
public int flags() -
flags
public void flags(int value) -
format
public int format() -
format
public void format(int value) -
samples
public int samples() -
samples
public void samples(int value) -
loadOp
public int loadOp() -
loadOp
public void loadOp(int value) -
storeOp
public int storeOp() -
storeOp
public void storeOp(int value) -
stencilLoadOp
public int stencilLoadOp() -
stencilLoadOp
public void stencilLoadOp(int value) -
stencilStoreOp
public int stencilStoreOp() -
stencilStoreOp
public void stencilStoreOp(int value) -
initialLayout
public int initialLayout() -
initialLayout
public void initialLayout(int value) -
finalLayout
public int finalLayout() -
finalLayout
public void finalLayout(int 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
-