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