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