gpu: note that copyTextureForBrowser may be Dawn-specific

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 17:47:10 -07:00 committed by Stephen Gutekanst
parent e9c6dcde21
commit 9c2fc82fa3

View file

@ -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: