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