mirror of https://github.com/AxioDL/metaforce.git
macOS build fixes
This commit is contained in:
parent
199f38933d
commit
47e174609c
|
@ -191,8 +191,8 @@ struct VertToFrag
|
|||
};
|
||||
struct BlendOut
|
||||
{
|
||||
float4 colorOut : [[ color(0), index(0) ]];
|
||||
float4 blendOut : [[ color(0), index(1) ]];
|
||||
float4 colorOut [[ color(0), index(0) ]];
|
||||
float4 blendOut [[ color(0), index(1) ]];
|
||||
};
|
||||
fragment BlendOut fmain(VertToFrag vtf [[ stage_in ]],
|
||||
sampler samp [[ sampler(0) ]],
|
||||
|
|
Loading…
Reference in New Issue