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