Status: fail
Result: fail
| Detail | Value |
|---|---|
| returncode | 1 |
| time | 0.249000072479 |
| note | Returncode was 1 |
| errors |
|
| info | Returncode: 1
Errors:
Failed to compile fragment shader tests/glslparsertest/shaders\CorrectScalarVectorExpressions.frag: Fragment shader failed to compile with the following errors:
ERROR: 0:15: error(#132) Syntax error: '๘' parse error
ERROR: error(#273) 1 compilation errors. No code generated
Output:
Shader source:
// [config]
// expect_result: pass
// glsl_version: 1.10
//
// # NOTE: Config section was auto-generated from file
// # NOTE: 'glslparser.tests' at git revision
// # NOTE: 6cc17ae70b70d150aa1751f8e28db7b2a9bd50f0
// [end config]
void main()
{
vec2 v = vec2(1.0, 2.0);
v *= 2.0; // Legal in GLSL.
}
อออออ
|