File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Teapots
2
2
3
3
Teapots is an collection of Android C++ samples that uses a Teapot rendering to
4
- demostrate Android NDK platform features:
4
+ demonstrate Android NDK platform features:
5
5
6
6
- classic-teapot: Rendering classic teapot mesh using GLES 2.0 API and
7
7
[ NativeActivity] ( http://developer.android.com/reference/android/app/NativeActivity.html ) .
8
8
- more-teapots: Rendering multiple instances of Classic Teapot with GLES 3.0
9
9
Instance Rendering
10
- - choreographer-30fps: demonstrates multiple frame rate throttoling techniques
10
+ - choreographer-30fps: demonstrates multiple frame rate throttling techniques
11
11
based on API level using Choreographer API and EGL Android presentation time
12
12
extension.
13
13
- textured-teapot: Rendering classic teapot plus textures
@@ -18,7 +18,7 @@ This sample uses the new
18
18
[ Android Studio CMake plugin] ( http://tools.android.com/tech-docs/external-c-builds )
19
19
with C++ support.
20
20
21
- ## Pre-requisites
21
+ ## Prerequisites
22
22
23
23
- Android Studio 4.0.0 with [ NDK] ( https://developer.android.com/ndk/ )
24
24
- Android
@@ -51,7 +51,7 @@ submitting a pull request through GitHub. Please see
51
51
[ CONTRIBUTING.md] ( ../CONTRIBUTING.md ) for more details.
52
52
53
53
- [ Stack Overflow] ( http://stackoverflow.com/questions/tagged/android-ndk )
54
- - [ Android Tools Feedbacks ] ( http://tools.android.com/feedback )
54
+ - [ Android Tools Feedback ] ( http://tools.android.com/feedback )
55
55
56
56
## License
57
57
You can’t perform that action at this time.
0 commit comments