Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
Qt 3D Studio 2.4 BETA1
-
None
Description
width and height uniforms are passed as float and then divided with an int. Apparently that is a no no.
I/O: ERROR: 0:149: '==' : wrong operand types no operation '==' exists that takes a left-hand operand of type 'uniform float' and a right operand of type 'const int' (or there is no acceptable conversion) I/O: ERROR: 0:149: '/' : wrong operand types no operation '/' exists that takes a left-hand operand of type 'const int' and a right operand of type 'float' (or there is no acceptable conversion) I/O: ERROR: 0:149: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'const int' and a right operand of type 'const float' (or there is no acceptable conversion) I/O: ERROR: 0:176: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion) I/O: ERROR: 0:176: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'const int' and a right operand of type 'float' (or there is no acceptable conversion) I/O: ERROR: 5 compilation errors. No code generated.
Attachments
Issue Links
- resulted from
-
QT3DS-3308 Support customer project X
- In Progress