SFGraphics icon indicating copy to clipboard operation
SFGraphics copied to clipboard

Use exceptions for more severe shader errors

Open ScanMountGoat opened this issue 5 years ago • 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.

ScanMountGoat avatar Jun 28 '20 20:06 ScanMountGoat