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