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.PtrVkSemaphoreSubmitInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkSemaphoreSubmitInfo> consumer) @NotNull VkSemaphoreSubmitInfo.PtrVkSemaphoreSubmitInfo.Ptr.offset(long offset) VkSubmitInfo2.pSignalSemaphoreInfos(int assumedCount) VkRenderPassStripeSubmitInfoARM.pStripeSemaphoreInfos(int assumedCount) VkSubmitInfo2.pWaitSemaphoreInfos(int assumedCount) @NotNull VkSemaphoreSubmitInfo.PtrVkSemaphoreSubmitInfo.Ptr.reinterpret(long newSize) Assume theVkSemaphoreSubmitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkSemaphoreSubmitInfo.Ptrthat uses the same backing storage as thisVkSemaphoreSubmitInfo.Ptr, but with the new size.VkSemaphoreSubmitInfo.Ptr.slice(long end) @NotNull VkSemaphoreSubmitInfo.PtrVkSemaphoreSubmitInfo.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).