Sign in
dawn
/
dawn
/
b3d38dfc0fc473b40d7b0bb0a170af2587796639
/
.
/
test
/
tint
/
types
/
texture
/
depth
/
2d.wgsl.expected.wgsl
blob: b0947c7de6b9be5a669342ecbd3985ff955102c8 [
file
] [
log
] [
blame
]
@group
(
0
)
@binding
(
0
)
var
t_f
:
texture_depth_2d
;
@compute
@workgroup_size
(
1
)
fn main
()
{
_
=
t_f
;
}