mirror of https://github.com/AxioDL/metaforce.git
OS X < 10.11
This commit is contained in:
parent
00eff5bcf9
commit
4d56b0f876
|
@ -1,5 +1,6 @@
|
||||||
#include "CLineRendererShaders.hpp"
|
#include "CLineRendererShaders.hpp"
|
||||||
#include "CLineRenderer.hpp"
|
#include "CLineRenderer.hpp"
|
||||||
|
#if BOO_HAS_METAL
|
||||||
|
|
||||||
namespace urde
|
namespace urde
|
||||||
{
|
{
|
||||||
|
@ -160,3 +161,4 @@ CLineRendererShaders::IDataBindingFactory* CLineRendererShaders::Initialize(boo:
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "CElementGenShaders.hpp"
|
#include "CElementGenShaders.hpp"
|
||||||
|
#if BOO_HAS_METAL
|
||||||
#include "CElementGen.hpp"
|
#include "CElementGen.hpp"
|
||||||
#include "CGenDescription.hpp"
|
#include "CGenDescription.hpp"
|
||||||
|
|
||||||
|
@ -380,3 +381,4 @@ CElementGenShaders::IDataBindingFactory* CElementGenShaders::Initialize(boo::Met
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
||||||
Subproject commit 3c81596a41046afa78e04f949ce18b80b2045b50
|
Subproject commit f71631a19e7344e28a2e7d69a275181ed69b0d4a
|
2
specter
2
specter
|
@ -1 +1 @@
|
||||||
Subproject commit 72f2db1ade49361ab68d8f9f9d2823b17c5d063a
|
Subproject commit 2eb988f115ec75e6f39ae95bb702ca9ca7632092
|
Loading…
Reference in New Issue