Index: mojo/public/c/README.md |
diff --git a/mojo/public/c/README.md b/mojo/public/c/README.md |
index c02dac625b2ddf0d542ff6a1f7103efbe1f29587..0b022fc15495db86d6a276adea5695b4a5aac4f3 100644 |
--- a/mojo/public/c/README.md |
+++ b/mojo/public/c/README.md |
@@ -3,22 +3,6 @@ Mojo Public C API |
This directory contains C language bindings for the Mojo Public API. |
-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 |
-in this directory as well as the standard Khronos GLES2 header files. |
- |
-The reason for this, rather than providing GLES2 using the standard Mojo IPC |
-mechanism, is performance: The protocol (and transport mechanisms) used to |
-communicate with the Mojo GLES2 service is not stable nor "public" (mainly for |
-performance reasons), and using the dynamic library shields the application from |
-changes to the underlying system. |
- |
System |
------ |