mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-06 16:46:35 +01:00
hack in shader preprocessor for #include (wip)
This commit is contained in:
@@ -39,6 +39,7 @@ std::shared_ptr<Shader> ShaderBuilder::finish(void) {
|
||||
for (auto& stage : _stages) {
|
||||
if (stage.fail) {
|
||||
// log error
|
||||
LOG_ERROR("error in shader stage");
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user