java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkSubmitInfo2
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkSubmitInfo2(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic 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
ConstructorsConstructorDescriptionVkSubmitInfo2(MemorySegment segment) Creates an instance of aVkSubmitInfo2record class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkSubmitInfo2static VkSubmitInfo2[]static VkSubmitInfo2clone(Arena arena, VkSubmitInfo2 src) static VkSubmitInfo2[]clone(Arena arena, VkSubmitInfo2[] src) intvoidcommandBufferInfoCount(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.pCommandBufferInfos(int assumedCount) voidvoidpNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) pSignalSemaphoreInfos(int assumedCount) voidvoidpWaitSemaphoreInfos(int assumedCount) voidvoidsegment()Returns the value of thesegmentrecord component.intvoidsignalSemaphoreInfoCount(int value) intsType()voidsType(int value) final StringtoString()Returns a string representation of this record class.intvoidwaitSemaphoreInfoCount(int value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$flags
-
PATH$waitSemaphoreInfoCount
-
PATH$pWaitSemaphoreInfos
-
PATH$commandBufferInfoCount
-
PATH$pCommandBufferInfos
-
PATH$signalSemaphoreInfoCount
-
PATH$pSignalSemaphoreInfos
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$flags
-
LAYOUT$waitSemaphoreInfoCount
-
LAYOUT$pWaitSemaphoreInfos
-
LAYOUT$commandBufferInfoCount
-
LAYOUT$pCommandBufferInfos
-
LAYOUT$signalSemaphoreInfoCount
-
LAYOUT$pSignalSemaphoreInfos
-
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$waitSemaphoreInfoCount
public static final long OFFSET$waitSemaphoreInfoCount -
OFFSET$pWaitSemaphoreInfos
public static final long OFFSET$pWaitSemaphoreInfos -
OFFSET$commandBufferInfoCount
public static final long OFFSET$commandBufferInfoCount -
OFFSET$pCommandBufferInfos
public static final long OFFSET$pCommandBufferInfos -
OFFSET$signalSemaphoreInfoCount
public static final long OFFSET$signalSemaphoreInfoCount -
OFFSET$pSignalSemaphoreInfos
public static final long OFFSET$pSignalSemaphoreInfos -
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$waitSemaphoreInfoCount
public static final long SIZE$waitSemaphoreInfoCount -
SIZE$pWaitSemaphoreInfos
public static final long SIZE$pWaitSemaphoreInfos -
SIZE$commandBufferInfoCount
public static final long SIZE$commandBufferInfoCount -
SIZE$pCommandBufferInfos
public static final long SIZE$pCommandBufferInfos -
SIZE$signalSemaphoreInfoCount
public static final long SIZE$signalSemaphoreInfoCount -
SIZE$pSignalSemaphoreInfos
public static final long SIZE$pSignalSemaphoreInfos
-
-
Constructor Details
-
VkSubmitInfo2
Creates an instance of aVkSubmitInfo2record 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) -
waitSemaphoreInfoCount
public int waitSemaphoreInfoCount() -
waitSemaphoreInfoCount
public void waitSemaphoreInfoCount(int value) -
pWaitSemaphoreInfosRaw
-
pWaitSemaphoreInfosRaw
-
pWaitSemaphoreInfos
-
pWaitSemaphoreInfos
-
pWaitSemaphoreInfos
-
commandBufferInfoCount
public int commandBufferInfoCount() -
commandBufferInfoCount
public void commandBufferInfoCount(int value) -
pCommandBufferInfosRaw
-
pCommandBufferInfosRaw
-
pCommandBufferInfos
-
pCommandBufferInfos
-
pCommandBufferInfos
-
signalSemaphoreInfoCount
public int signalSemaphoreInfoCount() -
signalSemaphoreInfoCount
public void signalSemaphoreInfoCount(int value) -
pSignalSemaphoreInfosRaw
-
pSignalSemaphoreInfosRaw
-
pSignalSemaphoreInfos
-
pSignalSemaphoreInfos
-
pSignalSemaphoreInfos
-
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
-