Uses of Record Class
club.doki7.vulkan.datatype.VkTimelineSemaphoreSubmitInfo.Ptr
Packages that use VkTimelineSemaphoreSubmitInfo.Ptr
-
Uses of VkTimelineSemaphoreSubmitInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkTimelineSemaphoreSubmitInfo.PtrModifier and TypeMethodDescriptionVkTimelineSemaphoreSubmitInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkTimelineSemaphoreSubmitInfo> consumer) @NotNull VkTimelineSemaphoreSubmitInfo.PtrVkTimelineSemaphoreSubmitInfo.Ptr.offset(long offset) @NotNull VkTimelineSemaphoreSubmitInfo.PtrVkTimelineSemaphoreSubmitInfo.Ptr.reinterpret(long newSize) Assume theVkTimelineSemaphoreSubmitInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkTimelineSemaphoreSubmitInfo.Ptrthat uses the same backing storage as thisVkTimelineSemaphoreSubmitInfo.Ptr, but with the new size.VkTimelineSemaphoreSubmitInfo.Ptr.slice(long end) @NotNull VkTimelineSemaphoreSubmitInfo.PtrVkTimelineSemaphoreSubmitInfo.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).