Sign in
dawn
/
dawn
/
f6e5cc03bf605416b73ea69e23ef94962d32fc30
/
.
/
test
/
bug
/
tint
/
294.wgsl
blob: beff42324155e0ce4d0b3f2ce44cc9951915b5ef [
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
;