diff --git a/docs/html/guide/topics/graphics/opengl.jd b/docs/html/guide/topics/graphics/opengl.jd index eb2932dfc835c..901980d00e586 100644 --- a/docs/html/guide/topics/graphics/opengl.jd +++ b/docs/html/guide/topics/graphics/opengl.jd @@ -26,10 +26,7 @@ ES API. However, it may not be identical, so watch out for deviations.
For an example of this usage model (based on the classic GL ColorCube), -see -com.android.samples.graphics.GLSurfaceView.java -in the ApiDemos sample code project. A slightly more sophisticated version showing how to use +
For an example of this usage model (based on the classic GL ColorCube), showing how to use it with threads can be found in com.android.samples.graphics.GLSurfaceViewActivity.java.