OpenGL SL

Started by Numknuf, August 27, 2003, 21:08:17

Previous topic - Next topic

Numknuf

Does OpenGL automatically support the OpenGL Shading Language if your drivers support it? If not, what has to be done to get lwjgl to support this?

Matzon

We need to get access to the new headers, and a card that can use it. As soon as this happens, we'll post some binaries...

Numknuf

Can I use nVidia's Cg language with lwjgl ?

Matzon

Quote from: "Numknuf"Can I use nVidia's Cg language with lwjgl ?
yes - the Grass example does this.
Grass Example

Numknuf


elias

It depends. You can use the (NV|ARB)_*_program extendsions, but not the Cg runtime directly.

- elias