SFGraphics icon indicating copy to clipboard operation
SFGraphics copied to clipboard

Use boolean return values for void functions where appropriate

Open ScanMountGoat opened this issue 5 years ago • 0 comments

Shader setters, for example, can return false for -1 indices. This is simpler to debug than events or logs. For major errors, a more meaningful exception should be thrown.

ScanMountGoat avatar Jul 15 '20 02:07 ScanMountGoat