Bug 620

Summary: glUniform functions not available in OpenGL ES 1.0
Product: [JogAmp] Jogl Reporter: Krzysztof Klinikowski <segfault>
Component: openglAssignee: Sven Gothel <sgothel>
Status: RESOLVED INVALID    
Severity: normal    
Priority: ---    
Version: 2   
Hardware: pc_x86_64   
OS: linux   
Type: --- SCM Refs:
Workaround: ---

Description Krzysztof Klinikowski 2012-09-20 08:30:17 CEST
Based on OpenGL ES documentation I see that glUniform functions should be available but they aren't in Jogl using GLES1.

Related docs: http://www.khronos.org/opengles/sdk/docs/man/xhtml/glUniform.xml
Comment 1 Sven Gothel 2012-09-20 08:44:45 CEST
http://www.khronos.org/opengles/sdk/1.1/docs/man/
http://www.khronos.org/registry/gles/specs/1.1/es_full_spec_1.1.12.pdf

there is no uniform (GLSL specific) for ES1, 
since ES1 is not completely fixed function pipeline.