Tutorial 02 ‐ Texture Mapping - vquanghuy/learn-opengl GitHub Wiki

Depended libraries

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
  • glDrawElements and EBO (element buffer object) / IBO (index buffer object)

References