From 9c2fc82fa308440ea75bfb64c26411db050c7b26 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 11 Mar 2022 17:47:10 -0700 Subject: [PATCH] gpu: note that copyTextureForBrowser may be Dawn-specific Signed-off-by: Stephen Gutekanst --- gpu/src/Queue.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: