feat(glfw): allow to switch backend

This commit is contained in:
2026-08-21 23:17:21 +02:00
parent 519a9b88f4
commit 192cf571b1
6 changed files with 58 additions and 6 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ static bool init(const Parameters *params) {
start_state_background_write();
window_startup(error_callback);
window_startup(error_callback, params->glfw_backend);
context.tex_resolution[0] = params->internal_size;
context.tex_resolution[1] = params->internal_size;