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