Login  Register

Cross platform GLSL (ES)?

Posted by lpvb on Dec 13, 2013; 1:18am
URL: https://forum.jogamp.org/Cross-platform-GLSL-ES-tp4030871.html

How can I use my x86-64 computer with intel integrated graphics to develop cross platform java opengl? I use the gl2es2 profile and then what do I do about the glsl shaders? Can I make ES shaders or do I have to change the version specifier when I load them or what? Thanks.