Context, State and Resource in OpenGL
OpenGL is fundamentally a state machine, and these three concepts—Context, State, and Resource—play a crucial role in its operation.
Context, State and Resource in OpenGL
OpenGL is fundamentally a state machine, and these three concepts—Context, State, and Resource—play a crucial role in its operation.
In photography, exposure value represents the combination of shutter speed and aperture size.
Mu transform is an image enhancement technique. In this post, we will introduce 3 variants of mu transform.
OETF, EOTF & OOTF
VAO, VBO and EBO
Use an image as texture map and render it on the screen.
Environment setup in Android Studio and draw our first triangle.
Rendering Using Native OpenGL on Android - 2
We will load a jpeg file as a texture image and render it on the screen.
Rendering Using Native OpenGL on Android - 1
SDR and HDR, and more.