Results for glslparsertest/preprocess6.frag

Overview

Status: pass
Result: pass

Back to summary

Details

Detail Value
returncode 0
time 0.921000003815
info
Returncode: 0

Errors:


Output:
Failed to compile fragment shader tests/glslparsertest/shaders\preprocess6.frag: ERROR: 0:29: '!' :  wrong operand type no operation '!' exists that takes an operand of type const int (or there is no acceptable conversion)
ERROR: 0:29: '~' :  wrong operand type no operation '~' exists that takes an operand of type const int (or there is no acceptable conversion)
ERROR: 0:29: '&&' :  wrong operand types  no operation '&&' exists that takes a left-hand operand of type 'const int' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:29: '||' :  wrong operand types  no operation '||' exists that takes a left-hand operand of type 'const int' and a right operand of type 'const bool' (or there is no acceptable conversion)
ERROR: 0:29: '%' :  wrong operand types  no operation '%' exists that takes a left-hand operand of type 'const int' and a right operand of type 'const bool' (or there is no acceptable conversion)
ERROR: 0:30: '!' :  wrong operand type no operation '!' exists that takes an operand of type const int (or there is no acceptable conversion)
ERROR: 0:30: '~' :  wrong operand type no operation '~' exists that takes an operand of type const int (or there is no acceptable conversion)
ERROR: 7 compilation errors.  No code generated.


Back to summary