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