learn-opengl/21-framebuffers
2026-09-03 14:35:25 -04:00
..
assets 19/20 is done so setup for day 21. 2026-08-30 13:51:01 -04:00
resources/textures 19/20 is done so setup for day 21. 2026-08-30 13:51:01 -04:00
scripts 19/20 is done so setup for day 21. 2026-08-30 13:51:01 -04:00
shaders Fixed a bug where I was loading the wrong shader file for the screen shader, then made the kernel shader for the screen postprocessing. 2026-09-03 14:35:25 -04:00
src Fixed a bug where I was loading the wrong shader file for the screen shader, then made the kernel shader for the screen postprocessing. 2026-09-03 14:35:25 -04:00
tests First edit for framebuffers but it's slapped together and doesn't work yet. 2026-08-31 11:45:26 -04:00
wraps 19/20 is done so setup for day 21. 2026-08-30 13:51:01 -04:00
.gitignore 19/20 is done so setup for day 21. 2026-08-30 13:51:01 -04:00
.vimrc_proj 19/20 is done so setup for day 21. 2026-08-30 13:51:01 -04:00
config.json Have framebuffer mostly working, but light calculations are not there. 2026-09-01 13:20:58 -04:00
LICENSE 19/20 is done so setup for day 21. 2026-08-30 13:51:01 -04:00
Makefile 19/20 is done so setup for day 21. 2026-08-30 13:51:01 -04:00
meson.build Now have separate FrameBuffer and Screen structs to manage the framebuffer/screen dance. 2026-09-02 14:17:58 -04:00