java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkSubpassDescription
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkSubpassDescription(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 AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final AddressLayoutstatic final longstatic 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 MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkSubpassDescription(MemorySegment segment) Creates an instance of aVkSubpassDescriptionrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkSubpassDescriptionstatic VkSubpassDescription[]static VkSubpassDescriptionclone(Arena arena, VkSubpassDescription src) static VkSubpassDescription[]clone(Arena arena, VkSubpassDescription[] src) intvoidcolorAttachmentCount(int value) final booleanIndicates whether some other object is "equal to" this one.intflags()voidflags(int value) final inthashCode()Returns a hash code value for this object.intvoidinputAttachmentCount(int value) pColorAttachments(int assumedCount) voidvoidpDepthStencilAttachment(int assumedCount) voidvoidpInputAttachments(int assumedCount) voidvoidintvoidpipelineBindPoint(int value) tech.icey.panama.buffer.IntBuffervoidpPreserveAttachments(tech.icey.panama.buffer.IntBuffer value) voidintvoidpreserveAttachmentCount(int value) pResolveAttachments(int assumedCount) voidvoidsegment()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$flags
-
PATH$pipelineBindPoint
-
PATH$inputAttachmentCount
-
PATH$pInputAttachments
-
PATH$colorAttachmentCount
-
PATH$pColorAttachments
-
PATH$pResolveAttachments
-
PATH$pDepthStencilAttachment
-
PATH$preserveAttachmentCount
-
PATH$pPreserveAttachments
-
LAYOUT$flags
-
LAYOUT$pipelineBindPoint
-
LAYOUT$inputAttachmentCount
-
LAYOUT$pInputAttachments
-
LAYOUT$colorAttachmentCount
-
LAYOUT$pColorAttachments
-
LAYOUT$pResolveAttachments
-
LAYOUT$pDepthStencilAttachment
-
LAYOUT$preserveAttachmentCount
-
LAYOUT$pPreserveAttachments
-
OFFSET$flags
public static final long OFFSET$flags -
OFFSET$pipelineBindPoint
public static final long OFFSET$pipelineBindPoint -
OFFSET$inputAttachmentCount
public static final long OFFSET$inputAttachmentCount -
OFFSET$pInputAttachments
public static final long OFFSET$pInputAttachments -
OFFSET$colorAttachmentCount
public static final long OFFSET$colorAttachmentCount -
OFFSET$pColorAttachments
public static final long OFFSET$pColorAttachments -
OFFSET$pResolveAttachments
public static final long OFFSET$pResolveAttachments -
OFFSET$pDepthStencilAttachment
public static final long OFFSET$pDepthStencilAttachment -
OFFSET$preserveAttachmentCount
public static final long OFFSET$preserveAttachmentCount -
OFFSET$pPreserveAttachments
public static final long OFFSET$pPreserveAttachments -
SIZE$flags
public static final long SIZE$flags -
SIZE$pipelineBindPoint
public static final long SIZE$pipelineBindPoint -
SIZE$inputAttachmentCount
public static final long SIZE$inputAttachmentCount -
SIZE$pInputAttachments
public static final long SIZE$pInputAttachments -
SIZE$colorAttachmentCount
public static final long SIZE$colorAttachmentCount -
SIZE$pColorAttachments
public static final long SIZE$pColorAttachments -
SIZE$pResolveAttachments
public static final long SIZE$pResolveAttachments -
SIZE$pDepthStencilAttachment
public static final long SIZE$pDepthStencilAttachment -
SIZE$preserveAttachmentCount
public static final long SIZE$preserveAttachmentCount -
SIZE$pPreserveAttachments
public static final long SIZE$pPreserveAttachments
-
-
Constructor Details
-
VkSubpassDescription
Creates an instance of aVkSubpassDescriptionrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
flags
public int flags() -
flags
public void flags(int value) -
pipelineBindPoint
public int pipelineBindPoint() -
pipelineBindPoint
public void pipelineBindPoint(int value) -
inputAttachmentCount
public int inputAttachmentCount() -
inputAttachmentCount
public void inputAttachmentCount(int value) -
pInputAttachmentsRaw
-
pInputAttachmentsRaw
-
pInputAttachments
-
pInputAttachments
-
pInputAttachments
-
colorAttachmentCount
public int colorAttachmentCount() -
colorAttachmentCount
public void colorAttachmentCount(int value) -
pColorAttachmentsRaw
-
pColorAttachmentsRaw
-
pColorAttachments
-
pColorAttachments
-
pColorAttachments
-
pResolveAttachmentsRaw
-
pResolveAttachmentsRaw
-
pResolveAttachments
-
pResolveAttachments
-
pResolveAttachments
-
pDepthStencilAttachmentRaw
-
pDepthStencilAttachmentRaw
-
pDepthStencilAttachment
-
pDepthStencilAttachment
-
pDepthStencilAttachment
-
preserveAttachmentCount
public int preserveAttachmentCount() -
preserveAttachmentCount
public void preserveAttachmentCount(int value) -
pPreserveAttachmentsRaw
-
pPreserveAttachmentsRaw
-
pPreserveAttachments
public tech.icey.panama.buffer.IntBuffer pPreserveAttachments() -
pPreserveAttachments
public void pPreserveAttachments(tech.icey.panama.buffer.IntBuffer 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
-