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