This commit is contained in:
parent
0ab30a1d81
commit
f90c633898
6 changed files with 9 additions and 10 deletions
|
|
@ -33,7 +33,7 @@ int main() {
|
|||
return 1;
|
||||
}
|
||||
|
||||
fs::path spv = work / "bin" / "shader-test-x86_64-pc-linux-gnu-native" / "triangle.spv";
|
||||
fs::path spv = cfg.BinDir() / "triangle.spv";
|
||||
if (!fs::exists(spv)) {
|
||||
std::println(std::cerr, "expected SPIR-V output missing at {}", spv.string());
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue