mirror of
https://github.com/hedge-dev/XenosRecomp.git
synced 2026-04-28 21:11:44 +00:00
Compare commits
2 commits
8f5afbf877
...
99db834f5c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99db834f5c | ||
|
|
f581e40c71 |
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ std::vector<uint8_t> AirCompiler::compile(const std::string& shaderSource)
|
|||
}
|
||||
|
||||
const char* compileCommand[] = {
|
||||
"/usr/bin/xcrun", "-sdk", "macosx", "metal", "-o", irPath.path.c_str(), "-c", sourcePath.path.c_str(), "-Wno-unused-variable", "-frecord-sources", "-gline-tables-only", "-fmetal-math-mode=relaxed", "-D__air__",
|
||||
"/usr/bin/xcrun", "-sdk", "macosx", "metal", "-o", irPath.path.c_str(), "-c", sourcePath.path.c_str(), "-Wno-unused-variable", "-frecord-sources", "-gline-tables-only", "-D__air__",
|
||||
#ifdef UNLEASHED_RECOMP
|
||||
"-DUNLEASHED_RECOMP",
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue