Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkExecutionGraphPipelineCreateInfoAMDX
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkExecutionGraphPipelineCreateInfoAMDX
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkExecutionGraphPipelineCreateInfoAMDX(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final AddressLayoutstatic 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
ConstructorsConstructorDescriptionCreates an instance of aVkExecutionGraphPipelineCreateInfoAMDXrecord class. -
Method Summary
Modifier and TypeMethodDescriptionvoidbasePipelineHandle(VkPipeline value) intvoidbasePipelineIndex(int value) clone(Arena arena, VkExecutionGraphPipelineCreateInfoAMDX src) clone(Arena arena, VkExecutionGraphPipelineCreateInfoAMDX[] src) 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.layout()voidlayout(VkPipelineLayout value) pLibraryInfo(int assumedCount) voidvoidpLibraryInfoRaw(MemorySegment value) pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) pStages()pStages(int assumedCount) voidvoidpStagesRaw(MemorySegment value) segment()Returns the value of thesegmentrecord component.intvoidstageCount(int value) intsType()voidsType(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$stageCount
-
PATH$pStages
-
PATH$pLibraryInfo
-
PATH$layout
-
PATH$basePipelineHandle
-
PATH$basePipelineIndex
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$flags
-
LAYOUT$stageCount
-
LAYOUT$pStages
-
LAYOUT$pLibraryInfo
-
LAYOUT$layout
-
LAYOUT$basePipelineHandle
-
LAYOUT$basePipelineIndex
-
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$stageCount
public static final long OFFSET$stageCount -
OFFSET$pStages
public static final long OFFSET$pStages -
OFFSET$pLibraryInfo
public static final long OFFSET$pLibraryInfo -
OFFSET$layout
public static final long OFFSET$layout -
OFFSET$basePipelineHandle
public static final long OFFSET$basePipelineHandle -
OFFSET$basePipelineIndex
public static final long OFFSET$basePipelineIndex -
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$stageCount
public static final long SIZE$stageCount -
SIZE$pStages
public static final long SIZE$pStages -
SIZE$pLibraryInfo
public static final long SIZE$pLibraryInfo -
SIZE$layout
public static final long SIZE$layout -
SIZE$basePipelineHandle
public static final long SIZE$basePipelineHandle -
SIZE$basePipelineIndex
public static final long SIZE$basePipelineIndex
-
-
Constructor Details
-
VkExecutionGraphPipelineCreateInfoAMDX
Creates an instance of aVkExecutionGraphPipelineCreateInfoAMDXrecord 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) -
stageCount
public int stageCount() -
stageCount
public void stageCount(int value) -
pStagesRaw
-
pStagesRaw
-
pStages
-
pStages
-
pStages
-
pLibraryInfoRaw
-
pLibraryInfoRaw
-
pLibraryInfo
-
pLibraryInfo
-
pLibraryInfo
-
layout
-
layout
-
basePipelineHandle
-
basePipelineHandle
-
basePipelineIndex
public int basePipelineIndex() -
basePipelineIndex
public void basePipelineIndex(int value) -
allocate
-
allocate
-
clone
public static VkExecutionGraphPipelineCreateInfoAMDX clone(Arena arena, VkExecutionGraphPipelineCreateInfoAMDX src) -
clone
public static VkExecutionGraphPipelineCreateInfoAMDX[] clone(Arena arena, VkExecutionGraphPipelineCreateInfoAMDX[] 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
-