Bug 696 - glClipPlane should be in GL2ES1
Summary: glClipPlane should be in GL2ES1
Status: RESOLVED INVALID
Alias: None
Product: Jogl
Classification: JogAmp
Component: opengl (show other bugs)
Version: 2
Hardware: All all
: P4 minor
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2013-03-01 18:34 CET by Julien Gouesse
Modified: 2013-03-28 20:25 CET (History)
1 user (show)

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 Julien Gouesse 2013-03-01 18:34:55 CET
Constants used by glClipPlane are in GL2ES1 but glClipPlane is in GL2 whereas it is supported by OpenGL-ES 1 as you can see here:
http://www.khronos.org/opengles/sdk/1.1/docs/man/glClipPlane.xml
Comment 1 Julien Gouesse 2013-03-28 20:25:15 CET
Actually, only glClipPlanef and glClipPlanex are available in ES 1.0.