Search the Community
Showing results for tags 'opengl'.
-
I noticed that the HQDOF shader is not working correctly: ERROR: Failed to compile shader 'shaders/glsl/hqdof.fs': 0(69) : warning C7583: Initialization of uniform variables requires #version 120 or later 0(122) : warning C7011: implicit cast from "int" to "float" 0(207) : warning C7011: implicit cast from "int" to "float" 0(207) : warning C7011: implicit cast from "int" to "float" 0(221) : warning C7011: implicit cast from "int" to "float" 0(221) : warning C7011: implicit cast from "int" to "float" 0(221) : warning C7011: implicit cast from "int" to "float" 0(225) : warning C7011: implicit cast from "int" to "float" 0(231) : warning C7011: implicit cast from "int" to "float" 0(236) : warning C7011: implicit cast from "int" to "float" 0(236) : warning C7011: implicit cast from "int" to "float" 0(275) : warning C7011: implicit cast from "int" to "float" 0(276) : warning C7011: implicit cast from "int" to "float" 0(278) : warning C7011: implicit cast from "int" to "float" 0(279) : warning C7011: implicit cast from "int" to "float" 0(291) : warning C7011: implicit cast fr...I'm running the latest NVidia drivers on both a GeForce 610M and a GTS450. (Windows 8 and Windows XP in sequence) Does someone have any thoughts on this? Adding #version 120 to the file gives another bunch of errors.