Rendering Using Native OpenGL on Android - 1
- Use Android SurfaceView for rendering surface.
- In native code, create a rendering thread and call OpenGL for rendering in the same thread.
Rendering Using Native OpenGL on Android - 1
SDR and HDR, and more.
YUV and RGB Color Space Conversion
YUV to RGB, RGB to YUV
What is YUV?
How is it stored?
What are the variants?
Coordinate Systems
Transformations
Texture
Shader
Draw a triangle.
Create window, handle user inputs