ScanMountGoat/SFGraphics

Use exceptions for more severe shader errors

Opened this issue · 0 comments

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.