Mini OpenGL stub to make shadertoy stuff work offline with ffmpeg
Go to file
Tyrolyean 51f808d12f
Revert "Add fix for O_NONBLOCK file-descriptor as output pipe"
This reverts commit be8f7d1716.

This was reverted as with this commit the program would consume large amounts
of cpu time just looping and calling the write function, which would not block.
2022-07-17 23:53:44 +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 Initial commit 2022-07-16 22:13:49 +02:00
shader.c Add license boilerplate 2022-07-17 15:58:53 +02:00
shadermeh.c Revert "Add fix for O_NONBLOCK file-descriptor as output pipe" 2022-07-17 23:53:44 +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