Sign in
dawn
/
dawn
/
240a934d0f6aa2970aa58e44c85a6bfdf3d6895e
/
.
/
test
/
tint
/
bug
/
tint
/
294.wgsl.expected.wgsl
blob: 3384e7b59a06132e2341a60e28233b29d39cdd1c [
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
;