Skip to content

Commit

Permalink
Fix OpenGL for Non-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 28, 2025
1 parent 7e6d6f5 commit 56e73f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backends/gpu/opengl/sources/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
Expand Down

0 comments on commit 56e73f6

Please sign in to comment.