Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c37bfc3f authored by Robert Ly's avatar Robert Ly Committed by Android (Google) Code Review
Browse files

Merge "docs: restructure graphics docs and add hw-acceleration docs"

parents 50f99243 ce8af06d
Loading
Loading
Loading
Loading
+450 −260

File changed.

Preview size limit exceeded, changes collapsed.

+522 −0

File added.

Preview size limit exceeded, changes collapsed.

+35 −194

File changed.

Preview size limit exceeded, changes collapsed.

+40 −41
Original line number Diff line number Diff line
page.title=3D with OpenGL
page.title=OpenGL
parent.title=Graphics
parent.link=index.html
@jd:body
@@ -78,8 +78,7 @@ OpenGL ES 2.0 API specification.</p>
Kit (NDK). This topic focuses on the Android framework interfaces. For more information about the
NDK, see the <a href="{@docRoot}sdk/ndk/index.html">Android NDK</a>.

<p>
  There are two foundational classes in the Android framework that let you create and manipulate
<p>There are two foundational classes in the Android framework that let you create and manipulate
graphics with the OpenGL ES API: {@link android.opengl.GLSurfaceView} and {@link
android.opengl.GLSurfaceView.Renderer}. If your goal is to use OpenGL in your Android application,
understanding how to implement these classes in an activity should be your first objective.