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