aboutsummaryrefslogtreecommitdiff
path: root/sokol_glue.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of typos.Bruce Mitchener2024-03-201-1/+1
* sokol_glue.h: fix the sokol_app.h include checkAndre Weissflog2024-02-291-3/+3
* sokol_glue.h documentationAndre Weissflog2024-02-281-8/+3
* sokol_glue.h: check for SOKOL_GFX_INCLUDED and SOKOL_APP_IMPL_INCLUDEDAndre Weissflog2024-02-281-0/+9
* sokol_gfx.h metal: replace sg_metal_swapchain.render_pass_encoder with indivi...Andre Weissflog2024-02-101-2/+3
* sokol_glue.h: change prefix from sapp_ to sglue_Andre Weissflog2024-02-071-12/+19
* sokol_app.h, sokol_gfx.h d3d11: move d3d11 swapchain msaa resolve into sokol_...Andre Weissflog2024-02-061-1/+2
* sokol_gfx.h gl: pass cleanup wipAndre Weissflog2024-02-041-2/+1
* sokol_gfx.h: rename sg_context_desc to sg_environmentAndre Weissflog2024-02-041-12/+12
* sokol_glue.h: add new helper function sapp_sgswapchain()Andre Weissflog2024-01-311-7/+21
* Remove GLES2/WebGL1 support. (#821)Andre Weissflog2023-04-301-1/+0
* move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guardAndre Weissflog2020-11-281-3/+3
* make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...Andre Weissflog2020-11-281-6/+9
* document SOKOL_API_DECL (these macros are still valid)Andre Weissflog2020-11-281-0/+1
* Auto-generated distinct macros per lib. Resolves #428Borislav Stanimirov2020-11-191-7/+11
* sokol_app.h: remove sapp_pixel_format enumAndre Weissflog2020-05-211-4/+0
* sokol_glue.h: sg_contex_desc.sample_count = sapp_sample_count()Andre Weissflog2020-04-201-0/+1
* sokol_glue.h: fix C++ compile problemsAndre Weissflog2020-04-161-6/+6
* add sokol_glue.h headerAndre Weissflog2020-04-161-0/+132