Uses of Record Class
club.doki7.vulkan.datatype.VkSemaphoreSubmitInfo.Ptr
Packages that use VkSemaphoreSubmitInfo.Ptr
-
Uses of VkSemaphoreSubmitInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSemaphoreSubmitInfo.PtrModifier and TypeMethodDescriptionstatic VkSemaphoreSubmitInfo.Ptr
@NotNull VkSemaphoreSubmitInfo.Ptr
VkSemaphoreSubmitInfo.Ptr.offset
(long offset) VkSubmitInfo2.pSignalSemaphoreInfos
(int assumedCount) VkRenderPassStripeSubmitInfoARM.pStripeSemaphoreInfos
(int assumedCount) VkSubmitInfo2.pWaitSemaphoreInfos
(int assumedCount) @NotNull VkSemaphoreSubmitInfo.Ptr
VkSemaphoreSubmitInfo.Ptr.reinterpret
(long newSize) Assume theVkSemaphoreSubmitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSemaphoreSubmitInfo.Ptr
that uses the same backing storage as thisVkSemaphoreSubmitInfo.Ptr
, but with the new size.VkSemaphoreSubmitInfo.Ptr.slice
(long end) @NotNull VkSemaphoreSubmitInfo.Ptr
VkSemaphoreSubmitInfo.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).