Uses of Record Class
club.doki7.webgpu.handle.WGPUQueue
Packages that use WGPUQueue
-
Uses of WGPUQueue in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUQueueMethods in club.doki7.webgpu with parameters of type WGPUQueueModifier and TypeMethodDescriptionvoidWGPU.queueAddRef(WGPUQueue queue) WGPU.queueOnSubmittedWorkDone(SegmentAllocator allocator, WGPUQueue queue, WGPUQueueWorkDoneCallbackInfo callbackInfo) voidWGPU.queueRelease(WGPUQueue queue) voidWGPU.queueSetLabel(WGPUQueue queue, WGPUStringView label) voidWGPU.queueSubmit(WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) longWGPU.queueSubmitForIndex(@Nullable WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) voidWGPU.queueWriteBuffer(WGPUQueue queue, WGPUBuffer buffer, long bufferOffset, @NotNull MemorySegment data, long size) voidWGPU.queueWriteTexture(WGPUQueue queue, IWGPUTexelCopyTextureInfo destination, @NotNull MemorySegment data, long dataSize, IWGPUTexelCopyBufferLayout dataLayout, IWGPUExtent3d writeSize) -
Uses of WGPUQueue in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUQueueModifier and TypeClassDescriptionstatic final recordRepresents a pointer toWGPUQueuehandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUQueueModifier and TypeMethodDescription@Nullable WGPUQueueWGPUQueue.Ptr.read()@Nullable WGPUQueueWGPUQueue.Ptr.read(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUQueueMethods in club.doki7.webgpu.handle with parameters of type WGPUQueueMethod parameters in club.doki7.webgpu.handle with type arguments of type WGPUQueueModifier and TypeMethodDescriptionstatic WGPUQueue.PtrWGPUQueue.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUQueue> values)