aboutsummaryrefslogtreecommitdiff
path: root/tests/test_emscripten.sh
Commit message (Collapse)AuthorAgeFilesLines
* add webgpu compilation testsAndre Weissflog2023-10-031-0/+2
|
* Remove GLES2/WebGL1 support. (#821)Andre Weissflog2023-04-301-2/+0
| | | | | | | | | | | | | notable changes: - depth/stencil images are now regular gl textures - SG_PIXELFORMAT_DEPTH now resolves to GL_DEPTH_COMPONENT32F - sg_gl_context_desc and sg_desc.gl removed - in sg_begin_pass() only use glClearBuffer functions - in sg_end_pass() MSAA resolve now does glInvalidateFramebuffer() on the MSAA buffer - sg_features: instancing, multiple_render_targets, msaa_render_targets, imagetype_3d, imagetype_array removed - sapp_desc.gl_force_gles2 removed - sapp_gles2() function removed - any GLES3-to-GLES2 fallbacks removed
* move cmake files back into tests subdirectoryAndre Weissflog2022-11-191-1/+1
|
* fix emscripten testsAndre Weissflog2022-11-191-6/+5
|
* Move tests over from sokol-samples (#666)Andre Weissflog2022-05-231-0/+9
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