Bug 696

Summary: glClipPlane should be in GL2ES1
Product: [JogAmp] Jogl Reporter: Julien Gouesse <gouessej>
Component: openglAssignee: Sven Gothel <sgothel>
Status: RESOLVED INVALID    
Severity: minor CC: gouessej
Priority: P4    
Version: 2   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

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.