Documentation

Hi,

I’ve choose OpenGL for implementing an application but I could not found a place for documentation (function specification) and so on, like MSDN for directX. Is there a place where I can find it? For example, the function glFramebufferTexture3D does not have a documentation. Am I wrong?

Thanks.

The OpenGL SDK contains reference pages similar to MSDN. It is only current as of OpenGL 2.1 so for things like glFramebufferTexture3D, I recommond going directly to the spec.

If you’re going to be using things like FBOs, you might want to check Song Ho Ahn’s tutorials.

Regards,
Patrick

Hi pjcozzi,

Thanks a lot for your reply. It helped me a lot.

Thanks!