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