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