Sign in
dawn
/
dawn
/
e2f35ba8e0a4f8f234660c980a1917f5504482a3
/
.
/
test
/
bug
/
tint
/
294.wgsl.expected.wgsl
blob: f73ce3ca8dd207988d0a23d2dba40190abfcfc2a [
file
] [
log
] [
blame
]
struct
Light
{
position
:
vec3
<f32>
;
colour
:
vec3
<f32>
;
}
struct
Lights
{
light
:
array
<
Light
>;
}
@group
(
0
)
@binding
(
1
)
var
<
storage
,
read
>
lights
:
Lights
;