wip video device

This commit is contained in:
2025-09-21 17:46:19 +02:00
parent 724eec9241
commit 2be15dc7c9
12 changed files with 3319 additions and 28 deletions
+2
View File
@@ -16,4 +16,6 @@ void shaders_free(ShaderProgram program);
void shaders_free_window(ShaderProgram program, bool secondary);
void shaders_free_video(ShaderProgram program, VideoDevice device);
#endif /* SHADERS_H */