Conversion to use Fastbuild + -Wall and warning as errors. WIP

This commit is contained in:
2026-01-06 21:33:15 -05:00
parent 76848ab4e3
commit b5c72649db
79 changed files with 6839 additions and 1508 deletions

View File

@@ -113,7 +113,7 @@ namespace
}
case ShaderStage::Invalid:
{
Assert(false && "Invalid shader stage");
Assert(false , "Invalid shader stage");
return {};
}
}