Added frame buffer support.

This commit is contained in:
2021-05-05 07:37:25 -07:00
parent 8546a2bcf8
commit 0d997bc08b
12 changed files with 170 additions and 45 deletions

View File

@ -8,6 +8,7 @@
// Display / Rendering
#include "display/camera.h"
#include "display/framebuffer.h"
#include "display/primitive.h"
#include "display/render.h"
#include "display/shader.h"