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