gpu: remove invalid TODOs, fix bufferMapAsync return type

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-26 20:46:55 -07:00 committed by Stephen Gutekanst
parent 382c46c54f
commit 6961700b94
3 changed files with 6 additions and 10 deletions

View file

@ -3,13 +3,11 @@ const Texture = @import("texture.zig").Texture;
const TextureUsageFlags = @import("texture.zig").TextureUsageFlags;
pub const CacheDeviceDescriptor = extern struct {
// TODO: file an issue on Dawn: why not named nextInChain?
chain: ChainedStruct,
isolation_key: [*:0]const u8,
};
pub const EncoderInternalUsageDescriptor = extern struct {
// TODO: file an issue on Dawn: why not named nextInChain?
chain: ChainedStruct,
use_internal_usages: bool,
};