Sign in
dawn
/
tint
/
refs/heads/chromium/4863
/
.
/
test
/
bug
/
tint
/
294.wgsl.expected.msl
blob: 0a1427c3d564142513d24f2dc26ffda43382a060 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
Light
{
float3 position
;
float3 colour
;
};
struct
Lights
{
Light
light
[
1
];
};