GLSL Unit
- Unit testing for GLSL
Load Example
Run Test Suite
GLSL
Javascript
The variable
shaderCode
will contain the GLSL code entered on the left
Results
There was an error running the test case:
{{errorText}}
Test Suite "{{testSuite.getDescription()}}" {{(testSuite.getSuitePassed() && 'Passed') || 'Failed'}}
Test case "{{testCase.getDescription()}}" {{(testCase.getTestPassed() && 'Passed') || 'Failed'}}
Expectation {{$index}} {{(expectation.getTestPassed() && 'Passed.') || 'Failed: ' + expectation.getFailureString()}}