We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f508fe3 commit ceb8795Copy full SHA for ceb8795
src/webgpu/idl/constants/flags.spec.ts
@@ -35,6 +35,7 @@ const kTextureUsageExp = {
35
TEXTURE_BINDING: 0x04,
36
STORAGE_BINDING: 0x08,
37
RENDER_ATTACHMENT: 0x10,
38
+ TRANSIENT_ATTACHMENT: 0x20,
39
};
40
g.test('TextureUsage,count').fn(t => {
41
t.assertMemberCount(GPUTextureUsage, kTextureUsageExp);
0 commit comments