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.Ptr
static WGPUQueue.Ptr
static WGPUQueue.Ptr
static WGPUQueue.Ptr
WGPUQueue.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUQueue> values) static WGPUQueue.Ptr
WGPUQueue.Ptr.offset
(long offset) WGPUQueue.Ptr.reinterpret
(long newSize) Assume theWGPUQueue.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUQueue.Ptr
that 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).