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