mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
adding better error message for missing varying.def.sc in shaderc
This commit is contained in:
@@ -902,7 +902,11 @@ int main(int _argc, const char* _argv[])
|
||||
{
|
||||
preprocessor.addDependency(varyingdef);
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
fprintf(stderr, "ERROR: Failed to parse varying def file: \"%s\" No input/output semantics will be generated in the code!\n", varyingdef);
|
||||
}
|
||||
|
||||
while (NULL != parse
|
||||
&& *parse != '\0')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user