aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/sokol_gl_test.c
Commit message (Collapse)AuthorAgeFilesLines
* fix sokol_gfx_tests.c and sokol_gl_tests.cAndre Weissflog2025-09-141-2/+2
|
* sokol_gfx.h: fix tests for viewsAndre Weissflog2025-07-301-13/+19
|
* sokol_gl.h: don't skip rendering completely in case of errors, plus:Andre Weissflog2024-08-261-2/+11
| | | | | - more detailed error tracking - two new functions to query number of recorded vertices and commands
* fix testsAndre Weissflog2023-06-241-1/+37
|
* fix sokol_gl_test.c and sokol_debugtext_test.cAndre Weissflog2022-11-141-16/+16
|
* fix sokol_gl_test.cAndre Weissflog2022-11-121-48/+48
|
* Move tests over from sokol-samples (#666)Andre Weissflog2022-05-231-0/+287
This is mainly so that CI works as expected for Github PRs. Also fixes a couple of uncritical warnings in sokol_app.h, sokol_audio.h and sokol_imgui.h