Skip to content

Commit

Permalink
Fix typos in teapots sample doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedfelix authored and DanAlbert committed Apr 16, 2024
1 parent 968b8cc commit 3eef787
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions teapots/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Teapots

Teapots is an collection of Android C++ samples that uses a Teapot rendering to
demostrate Android NDK platform features:
demonstrate Android NDK platform features:

- classic-teapot: Rendering classic teapot mesh using GLES 2.0 API and
[NativeActivity](http://developer.android.com/reference/android/app/NativeActivity.html).
- more-teapots: Rendering multiple instances of Classic Teapot with GLES 3.0
Instance Rendering
- choreographer-30fps: demonstrates multiple frame rate throttoling techniques
- choreographer-30fps: demonstrates multiple frame rate throttling techniques
based on API level using Choreographer API and EGL Android presentation time
extension.
- textured-teapot: Rendering classic teapot plus textures
Expand All @@ -18,7 +18,7 @@ This sample uses the new
[Android Studio CMake plugin](http://tools.android.com/tech-docs/external-c-builds)
with C++ support.

## Pre-requisites
## Prerequisites

- Android Studio 4.0.0 with [NDK](https://developer.android.com/ndk/)
- Android
Expand Down Expand Up @@ -51,7 +51,7 @@ submitting a pull request through GitHub. Please see
[CONTRIBUTING.md](../CONTRIBUTING.md) for more details.

- [Stack Overflow](http://stackoverflow.com/questions/tagged/android-ndk)
- [Android Tools Feedbacks](http://tools.android.com/feedback)
- [Android Tools Feedback](http://tools.android.com/feedback)

## License

Expand Down

0 comments on commit 3eef787

Please sign in to comment.