Mini OpenGL stub to make shadertoy stuff work offline with ffmpeg
Go to file
Tyrolyean f0ffbc7c33
Set to newer c-standard and add source code fortification
The fortify source code was added to prevent builds from passing but then
failing in our build system and the c-standard was set to c11 to avoid the
compiler yelling at me whenever i want to print a size_t.

Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
2022-07-18 00:58:11 +02:00
shaders Initial commit 2022-07-16 22:13:49 +02:00
.gitignore Initial commit 2022-07-16 22:13:49 +02:00
LICENSE Back to the future 2022-07-17 15:59:24 +02:00
Makefile Set to newer c-standard and add source code fortification 2022-07-18 00:58:11 +02:00
shader.c Add license boilerplate 2022-07-17 15:58:53 +02:00
shadermeh.c Add fix for output being O_NONBLOCK 2022-07-18 00:06:34 +02:00
shadermeh.h Add license boilerplate 2022-07-17 15:58:53 +02:00
window.c Add license boilerplate 2022-07-17 15:58:53 +02:00