From: Kenneth B. R. <kbr...@al...> - 2003-11-15 09:04:56
|
> I like to know if it is possible to use > NVIDIAs cg shader or any other > shader language extension with your > opengl bindings. > jogl seems to support that, but I am not sure > if you do? > I just try to decide which bindings I should use > for my project. Thanks a lot. GL4Java doesn't support Cg or the vertex or fragment program extensions. Your best bet is to use JOGL. -Ken |