Where can I find the oglsl compiler??

Started by
2 comments, last by StPapyna 18 years, 4 months ago
Ok, I know this is a n00bish question, but where can I find the compiler. I know it`s supposed to come with the drivers(I have an ati card), but i simply can`t find it.
Advertisement
Use the OpenGL calls to access the "compiler", by calling glShaderSource(), glCompileShader(), glAttachShader(), and glLinkProgram()
3D Labs has a reference compiler, but it's not useful to non-vendors as GLSL is meant to be embedded in the drivers.
it's on 3dlabs.com,and it's an opensource software

in applications, we use glCompileXXXX function to compile our shaders

This topic is closed to new replies.

Advertisement