VERSIÓ 1.5.10:

- [NEW] Shaders passats al backend SDL3. Los últimos vestigios del antiguo jail_shader han sido barridos.
This commit is contained in:
2026-05-14 12:07:24 +02:00
parent 916f0a458e
commit 752a065246
7 changed files with 264 additions and 278 deletions
+8
View File
@@ -33,6 +33,14 @@ namespace backend
void cursor(const bool value);
}
namespace shader
{
void init(const char* vshader, const char* fshader);
void enable();
void disable();
void render();
}
namespace input
{
void reset();