Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't crash if the shader static analysis fails.
SPIRV-cross will throw an exception if it fails to parse/process a shader. Don't bring down the entire server if this happens. We will need to do proper error reporting/handling here in the future, but this commit fixes the crash.
- Loading branch information