KhronosGroup / OpenGL-API

OpenGL and OpenGL ES API Issue Tracker
34 stars 5 forks source link

OpenGL ES/gl.xml: GL_NV_path_rendering needs functionality from EXT_direct_state_access, not available in GLES #20

Closed null77 closed 6 years ago

null77 commented 6 years ago

The extension for GL_NV_path_rendering states:

When NV_path_rendering is advertised, the following functionality must be supported... The following entry points (specified by the EXT_direct_state_access extension) MUST be supported:

   void MatrixLoadfEXT(enum matrixMode, const float *m);
   void MatrixLoaddEXT(enum matrixMode, const double *m);

(snip)

However these entry points are never mentioned in gl.xml, and EXT_direct_state_access is not mentioned as a GLES extension. Maybe these entry points be added to gl.xml under this extension, instead of under EXT_direct_state_access, since that is not specified as a GLES extension.

This is making life hard for my auto-generation script.

null77 commented 6 years ago

Maybe not the right issue tracker for this issue. Closing.