Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在上面运行 openGL 程序,但它支持 GLSL 吗?好像没有,只是想确认一下。
从您的程序中调用glGetString(GL_SHADING_LANGUAGE_VERSION);并亲自查看。
glGetString(GL_SHADING_LANGUAGE_VERSION);
这张卡应该支持 OpenGL 2.1... 这意味着 GLSL 1.2 更新驱动程序,也许这会有所帮助。
例如,带有 GLSL 1.3 的程序根本不会运行。