Hello Guest

OpenGL SL

  • 5 Replies
  • 9182 Views
OpenGL SL
« on: August 27, 2003, 21:08:17 »
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?

*

Offline Matzon

  • *****
  • 2242
OpenGL SL
« Reply #1 on: August 28, 2003, 04:57:07 »
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...

OpenGL SL
« Reply #2 on: August 28, 2003, 09:27:16 »
Can I use nVidia's Cg language with lwjgl ?

*

Offline Matzon

  • *****
  • 2242
OpenGL SL
« Reply #3 on: August 28, 2003, 09:36:57 »
Quote from: "Numknuf"
Can I use nVidia's Cg language with lwjgl ?

yes - the Grass example does this.
Grass Example

OpenGL SL
« Reply #4 on: August 28, 2003, 10:11:43 »
Cool!

thanks

*

Offline elias

  • *****
  • 899
    • http://oddlabs.com
OpenGL SL
« Reply #5 on: August 28, 2003, 10:52:35 »
It depends. You can use the (NV|ARB)_*_program extendsions, but not the Cg runtime directly.

 - elias