
Chapter 3 : Drawing meshes
In this chapter, we iterate on the code to turn a hardcoded triangle into real meshes loaded from .obj format.
Table of contents
- Vertex buffers
 - Implementing vertex buffers
 - Push Constants
 - OBJ Loading
 - Setting up depth buffer
 - Scene Management