Use exceptions for more severe shader errors
ScanMountGoat opened this issue · 0 comments
ScanMountGoat commented
Exceptions are used throughout the libraries for coding errors rather than runtime errors. Setting invalid attributes, for example, is almost certainly a typo that needs to be fixed rather than a runtime issue.