<<< Loading bitmap image files | Index | >>> |
We can open image files and load them into memory
We can upload them from CPU memory into OpenGL texture buffers
We can attach the texture buffer to a variable in the vertex shader
We can access the texels in the fragment shader using a sampler2D
<<< Loading bitmap image files | Index | >>> |