java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkRenderingInfo
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkRenderingInfo(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 AddressLayoutstatic final StructLayoutstatic 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 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
ConstructorsConstructorDescriptionVkRenderingInfo(MemorySegment segment) Creates an instance of aVkRenderingInforecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkRenderingInfostatic VkRenderingInfo[]static VkRenderingInfoclone(Arena arena, VkRenderingInfo src) static VkRenderingInfo[]clone(Arena arena, VkRenderingInfo[] 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.intvoidlayerCount(int value) pColorAttachments(int assumedCount) voidvoidpDepthAttachment(int assumedCount) voidvoidpDepthAttachmentRaw(MemorySegment value) pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) pStencilAttachment(int assumedCount) voidvoidvoidrenderArea(VkRect2D value) segment()Returns the value of thesegmentrecord component.intsType()voidsType(int value) final StringtoString()Returns a string representation of this record class.intviewMask()voidviewMask(int value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$flags
-
PATH$renderArea
-
PATH$layerCount
-
PATH$viewMask
-
PATH$colorAttachmentCount
-
PATH$pColorAttachments
-
PATH$pDepthAttachment
-
PATH$pStencilAttachment
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$flags
-
LAYOUT$renderArea
-
LAYOUT$layerCount
-
LAYOUT$viewMask
-
LAYOUT$colorAttachmentCount
-
LAYOUT$pColorAttachments
-
LAYOUT$pDepthAttachment
-
LAYOUT$pStencilAttachment
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$flags
public static final long OFFSET$flags -
OFFSET$renderArea
public static final long OFFSET$renderArea -
OFFSET$layerCount
public static final long OFFSET$layerCount -
OFFSET$viewMask
public static final long OFFSET$viewMask -
OFFSET$colorAttachmentCount
public static final long OFFSET$colorAttachmentCount -
OFFSET$pColorAttachments
public static final long OFFSET$pColorAttachments -
OFFSET$pDepthAttachment
public static final long OFFSET$pDepthAttachment -
OFFSET$pStencilAttachment
public static final long OFFSET$pStencilAttachment -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$flags
public static final long SIZE$flags -
SIZE$renderArea
public static final long SIZE$renderArea -
SIZE$layerCount
public static final long SIZE$layerCount -
SIZE$viewMask
public static final long SIZE$viewMask -
SIZE$colorAttachmentCount
public static final long SIZE$colorAttachmentCount -
SIZE$pColorAttachments
public static final long SIZE$pColorAttachments -
SIZE$pDepthAttachment
public static final long SIZE$pDepthAttachment -
SIZE$pStencilAttachment
public static final long SIZE$pStencilAttachment
-
-
Constructor Details
-
VkRenderingInfo
Creates an instance of aVkRenderingInforecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
sType
public int sType() -
sType
public void sType(int value) -
pNext
-
pNext
-
pNext
public void pNext(tech.icey.panama.IPointer pointer) -
flags
public int flags() -
flags
public void flags(int value) -
renderArea
-
renderArea
-
layerCount
public int layerCount() -
layerCount
public void layerCount(int value) -
viewMask
public int viewMask() -
viewMask
public void viewMask(int value) -
colorAttachmentCount
public int colorAttachmentCount() -
colorAttachmentCount
public void colorAttachmentCount(int value) -
pColorAttachmentsRaw
-
pColorAttachmentsRaw
-
pColorAttachments
-
pColorAttachments
-
pColorAttachments
-
pDepthAttachmentRaw
-
pDepthAttachmentRaw
-
pDepthAttachment
-
pDepthAttachment
-
pDepthAttachment
-
pStencilAttachmentRaw
-
pStencilAttachmentRaw
-
pStencilAttachment
-
pStencilAttachment
-
pStencilAttachment
-
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
-