| Index: mojo/public/c/README.md
|
| diff --git a/mojo/public/c/README.md b/mojo/public/c/README.md
|
| index 8e11545deb08bc11d964da4ad54bc22f33ec397c..c02dac625b2ddf0d542ff6a1f7103efbe1f29587 100644
|
| --- a/mojo/public/c/README.md
|
| +++ b/mojo/public/c/README.md
|
| @@ -3,18 +3,11 @@ Mojo Public C API
|
|
|
| This directory contains C language bindings for the Mojo Public API.
|
|
|
| -Environment
|
| ------------
|
| -
|
| -The environment/ subdirectory defines some common things that, while not part of
|
| -the system API, may be required for GLES2 (for example). These are things that a
|
| -Mojo application may be required to provide to the GLES2 (for example) library
|
| -in order to use it. (However, the Mojo application may implement these things as
|
| -it sees fit.)
|
| -
|
| GLES2
|
| -----
|
|
|
| +TODO(yzshen): move GLES2 to where it belongs (likely components/mus).
|
| +
|
| The gles2/ subdirectory defines the GLES2 C API that's available to Mojo
|
| applications. To use GLES2, Mojo applications must link against a dynamic
|
| library (the exact mechanism being platform-dependent) and use the header files
|
|
|