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.Ptr
WGPUFuture.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUFuture> consumer) @NotNull WGPUFuture.Ptr
WGPUFuture.Ptr.offset
(long offset) @NotNull WGPUFuture.Ptr
WGPUFuture.Ptr.reinterpret
(long newSize) Assume theWGPUFuture.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUFuture.Ptr
that uses the same backing storage as thisWGPUFuture.Ptr
, but with the new size.WGPUFuture.Ptr.slice
(long end) @NotNull WGPUFuture.Ptr
WGPUFuture.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).