SimpleScene icon indicating copy to clipboard operation
SimpleScene copied to clipboard

Shader want compile with NVIDIA GPU

Open enriko-riba opened this issue 10 years ago • 1 comments

Have a laptop with Intel integrated HD GPU and NVIDIA GTX850M. When switching to NVIDIA GPU the application throws an GL Error: InvalidOperation.

GL Version = 4.4.0
GL Shader Version = 4.40 NVIDIA via Cg compiler
-- ss4_vertex.glsl --

-- ss4_fragment.glsl --

-- ss4_geometry.glsl --

Vertex info
-----------
0(38) : error C5025: lvalue in assignment too complex

Geometry info
-------------
0(102) : error C5025: lvalue in assignment too complex
0(102) : error C5025: lvalue in assignment too complex
0(102) : error C5025: lvalue in assignment too complex

enriko-riba avatar Dec 19 '14 16:12 enriko-riba

This sounds like either a driver bug or hardwsre limitstion.

Are you running the latest drivers from nvidia?

jeske avatar Jan 05 '15 03:01 jeske