diff --git a/gpu/src/Queue.zig b/gpu/src/Queue.zig index 19845c30..9771f775 100644 --- a/gpu/src/Queue.zig +++ b/gpu/src/Queue.zig @@ -12,7 +12,7 @@ vtable: *const VTable, pub const VTable = struct { reference: fn (ptr: *anyopaque) void, release: fn (ptr: *anyopaque) void, - // TODO: + // TODO: dawn specific? // copyTextureForBrowser: fn (ptr: *anyopaque, source: *const ImageCopyTexture, destination: *const ImageCopyTexture, copy_size: *const Extent3D, options: *const CopyTextureForBrowserOptions) void, submit: fn (queue: Queue, command_count: u32, commands: *const CommandBuffer) void, // TODO: