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