Bug 620 - glUniform functions not available in OpenGL ES 1.0
Summary: glUniform functions not available in OpenGL ES 1.0
Status: RESOLVED INVALID
Alias: None
Product: Jogl
Classification: JogAmp
Component: opengl (show other bugs)
Version: 2
Hardware: pc_x86_64 linux
: --- normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2012-09-20 08:30 CEST by Krzysztof Klinikowski
Modified: 2012-09-20 08:44 CEST (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.