diff --git a/backends/gpu/opengl/sources/device.c b/backends/gpu/opengl/sources/device.c index c28d32c3a..7b5a9dc46 100644 --- a/backends/gpu/opengl/sources/device.c +++ b/backends/gpu/opengl/sources/device.c @@ -103,7 +103,9 @@ kore_gpu_texture_format kore_opengl_device_framebuffer_format(kore_gpu_device *d } void kore_opengl_device_execute_command_list(kore_gpu_device *device, kore_gpu_command_list *list) { +#ifdef KORE_OPENGL SwapBuffers(device_context); +#endif } void kore_opengl_device_wait_until_idle(kore_gpu_device *device) {}