gpu: remove invalid TODOs, fix bufferMapAsync return type
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
382c46c54f
commit
6961700b94
3 changed files with 6 additions and 10 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue