java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkRenderPassCreateInfo
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkRenderPassCreateInfo(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 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
ConstructorsConstructorDescriptionVkRenderPassCreateInfo(MemorySegment segment) Creates an instance of aVkRenderPassCreateInforecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkRenderPassCreateInfostatic VkRenderPassCreateInfo[]intvoidattachmentCount(int value) static VkRenderPassCreateInfoclone(Arena arena, VkRenderPassCreateInfo src) static VkRenderPassCreateInfo[]clone(Arena arena, VkRenderPassCreateInfo[] src) intvoiddependencyCount(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.pAttachments(int assumedCount) voidvoidpAttachmentsRaw(MemorySegment value) pDependencies(int assumedCount) voidpDependencies(VkSubpassDependency value) voidpDependenciesRaw(MemorySegment value) pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) pSubpasses(int assumedCount) voidpSubpasses(VkSubpassDescription value) voidpSubpassesRaw(MemorySegment value) segment()Returns the value of thesegmentrecord component.intsType()voidsType(int value) intvoidsubpassCount(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$flags
-
PATH$attachmentCount
-
PATH$pAttachments
-
PATH$subpassCount
-
PATH$pSubpasses
-
PATH$dependencyCount
-
PATH$pDependencies
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$flags
-
LAYOUT$attachmentCount
-
LAYOUT$pAttachments
-
LAYOUT$subpassCount
-
LAYOUT$pSubpasses
-
LAYOUT$dependencyCount
-
LAYOUT$pDependencies
-
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$attachmentCount
public static final long OFFSET$attachmentCount -
OFFSET$pAttachments
public static final long OFFSET$pAttachments -
OFFSET$subpassCount
public static final long OFFSET$subpassCount -
OFFSET$pSubpasses
public static final long OFFSET$pSubpasses -
OFFSET$dependencyCount
public static final long OFFSET$dependencyCount -
OFFSET$pDependencies
public static final long OFFSET$pDependencies -
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$attachmentCount
public static final long SIZE$attachmentCount -
SIZE$pAttachments
public static final long SIZE$pAttachments -
SIZE$subpassCount
public static final long SIZE$subpassCount -
SIZE$pSubpasses
public static final long SIZE$pSubpasses -
SIZE$dependencyCount
public static final long SIZE$dependencyCount -
SIZE$pDependencies
public static final long SIZE$pDependencies
-
-
Constructor Details
-
VkRenderPassCreateInfo
Creates an instance of aVkRenderPassCreateInforecord 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) -
attachmentCount
public int attachmentCount() -
attachmentCount
public void attachmentCount(int value) -
pAttachmentsRaw
-
pAttachmentsRaw
-
pAttachments
-
pAttachments
-
pAttachments
-
subpassCount
public int subpassCount() -
subpassCount
public void subpassCount(int value) -
pSubpassesRaw
-
pSubpassesRaw
-
pSubpasses
-
pSubpasses
-
pSubpasses
-
dependencyCount
public int dependencyCount() -
dependencyCount
public void dependencyCount(int value) -
pDependenciesRaw
-
pDependenciesRaw
-
pDependencies
-
pDependencies
-
pDependencies
-
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
-