Uses of Record Class
club.doki7.webgpu.handle.WGPUCommandBuffer.Ptr
Packages that use WGPUCommandBuffer.Ptr
-
Uses of WGPUCommandBuffer.Ptr in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type WGPUCommandBuffer.PtrModifier and TypeMethodDescriptionvoidWGPU.queueSubmit(WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) longWGPU.queueSubmitForIndex(@Nullable WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) -
Uses of WGPUCommandBuffer.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUCommandBuffer.PtrModifier and TypeMethodDescriptionstatic WGPUCommandBuffer.Ptrstatic WGPUCommandBuffer.Ptrstatic WGPUCommandBuffer.PtrWGPUCommandBuffer.Ptr.allocate(Arena arena, @Nullable WGPUCommandBuffer @NotNull [] values) static WGPUCommandBuffer.PtrWGPUCommandBuffer.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUCommandBuffer> values) static WGPUCommandBuffer.PtrWGPUCommandBuffer.Ptr.allocateV(Arena arena, @Nullable WGPUCommandBuffer value0, @Nullable WGPUCommandBuffer... values) WGPUCommandBuffer.Ptr.offset(long offset) WGPUCommandBuffer.Ptr.reinterpret(long newSize) Assume theWGPUCommandBuffer.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUCommandBuffer.Ptrthat uses the same backing storage as thisWGPUCommandBuffer.Ptr, but with the new size.WGPUCommandBuffer.Ptr.slice(long end) WGPUCommandBuffer.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).