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 TypeMethodDescriptionvoid
WGPU.queueAddRef
(WGPUQueue queue) WGPU.queueOnSubmittedWorkDone
(SegmentAllocator allocator, WGPUQueue queue, WGPUQueueWorkDoneCallbackInfo callbackInfo) void
WGPU.queueRelease
(WGPUQueue queue) void
WGPU.queueSetLabel
(WGPUQueue queue, WGPUStringView label) void
WGPU.queueSubmit
(WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) long
WGPU.queueSubmitForIndex
(@Nullable WGPUQueue queue, long commandCount, WGPUCommandBuffer.Ptr commands) void
WGPU.queueWriteBuffer
(WGPUQueue queue, WGPUBuffer buffer, long bufferOffset, @NotNull MemorySegment data, long size) void
WGPU.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 record
Represents a pointer toWGPUQueue
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUQueueModifier and TypeMethodDescription@Nullable WGPUQueue
WGPUQueue.Ptr.read()
@Nullable WGPUQueue
WGPUQueue.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.Ptr
WGPUQueue.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUQueue> values)