aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_shape.h
Commit message (Collapse)AuthorAgeFilesLines
* fix some util headers for sg_buffer/image_usageAndre Weissflog2025-04-071-4/+4
|
* sokol_gfx.h, sokol_shape.h: remove the SOKOL_ZIG_BINDINGS struct size workaroundAndre Weissflog2023-12-041-6/+0
|
* sokol_shape.h: fixes for sokol_gfx.h struct name changesAndre Weissflog2023-06-171-41/+41
|
* sokol_shape.h: fix missing braces warning, instead of suppressing the warningAndre Weissflog2022-02-011-5/+5
|
* sokol_shapes: remove the -Wmissing-braces suppression (not needed anymore?)Andre Weissflog2022-02-011-1/+0
|
* sokol_shape.h: fix some doc typosAndre Weissflog2021-02-191-3/+3
|
* Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-101-29/+53
| | | See: https://floooh.github.io/2021/02/07/sokol-api-overhaul.html
* 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 ↵Andre Weissflog2020-11-281-3/+6
| | | | supported)
* 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-32/+36
|
* New header: sokol_shape.h (#427)Andre Weissflog2020-11-171-0/+1406