Uses of Record Class
club.doki7.webgpu.handle.WGPUQueue.Ptr
Packages that use WGPUQueue.Ptr
-
Uses of WGPUQueue.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUQueue.PtrModifier and TypeMethodDescriptionstatic WGPUQueue.Ptrstatic WGPUQueue.Ptrstatic WGPUQueue.Ptrstatic WGPUQueue.PtrWGPUQueue.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUQueue> values) static WGPUQueue.PtrWGPUQueue.Ptr.offset(long offset) WGPUQueue.Ptr.reinterpret(long newSize) Assume theWGPUQueue.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUQueue.Ptrthat uses the same backing storage as thisWGPUQueue.Ptr, but with the new size.WGPUQueue.Ptr.slice(long end) WGPUQueue.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).