Skip to content

Commit ceb8795

Browse files
Fix flags test
1 parent f508fe3 commit ceb8795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webgpu/idl/constants/flags.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const kTextureUsageExp = {
3535
TEXTURE_BINDING: 0x04,
3636
STORAGE_BINDING: 0x08,
3737
RENDER_ATTACHMENT: 0x10,
38+
TRANSIENT_ATTACHMENT: 0x20,
3839
};
3940
g.test('TextureUsage,count').fn(t => {
4041
t.assertMemberCount(GPUTextureUsage, kTextureUsageExp);

0 commit comments

Comments
 (0)