Tutorial 02 ‐ Texture Mapping - vquanghuy/learn-opengl GitHub Wiki
Depended libraries
- GLFW
- GLAD
- (new) STB Image Loader
In this tutorial, we added a texture loader to load an image and put to a rectangle.
Keynotes
- Image loader
- Texture, texture coordinates
- Uniform
- Sampler2D
glDrawElementsand EBO (element buffer object) / IBO (index buffer object)