--- a/src/shader.c Sun Jun 08 14:58:19 2025 +0200 +++ b/src/shader.c Mon Jun 09 13:18:41 2025 +0200 @@ -226,4 +226,8 @@ return asc_shader_register(id, create_func); } return prog; -} \ No newline at end of file +} + +void asc_shader_clear_registry(void) { + cxListClear(asc_active_glctx->shaders); +}