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