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 TypeMethodDescription@NotNull VkTimelineSemaphoreSubmitInfo.Ptr
VkTimelineSemaphoreSubmitInfo.Ptr.offset
(long offset) @NotNull VkTimelineSemaphoreSubmitInfo.Ptr
VkTimelineSemaphoreSubmitInfo.Ptr.reinterpret
(long newSize) Assume theVkTimelineSemaphoreSubmitInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkTimelineSemaphoreSubmitInfo.Ptr
that uses the same backing storage as thisVkTimelineSemaphoreSubmitInfo.Ptr
, but with the new size.VkTimelineSemaphoreSubmitInfo.Ptr.slice
(long end) @NotNull VkTimelineSemaphoreSubmitInfo.Ptr
VkTimelineSemaphoreSubmitInfo.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).