mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 00:06:09 +00:00
Huge compile performance refactor
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#include "hecl/Backend/ProgrammableCommon.hpp"
|
||||
#include <map>
|
||||
|
||||
namespace hecl
|
||||
{
|
||||
namespace Backend
|
||||
namespace hecl::Backend
|
||||
{
|
||||
|
||||
unsigned ProgrammableCommon::addTexCoordGen(TexGenSrc src, int uvIdx, int mtx, bool normalize)
|
||||
@@ -337,4 +335,3 @@ std::string ProgrammableCommon::EmitSwizzle1(Diagnostics& diag, const SourceLoca
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user