feat(glfw): allow to switch backend
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user