diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-02-28 18:49:58 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-02-28 18:49:58 +0100 |
| commit | f4d3e04033402128093ce54c75a52f53d17bba1d (patch) | |
| tree | e8d8bc79641b3404daa7478847efa880ccf096c5 /sokol_glue.h | |
| parent | acef7660cc2f2c6ceb8e33698a50f931977fb6da (diff) | |
sokol_glue.h documentation
Diffstat (limited to 'sokol_glue.h')
| -rw-r--r-- | sokol_glue.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sokol_glue.h b/sokol_glue.h index c4794c1b..1fb34802 100644 --- a/sokol_glue.h +++ b/sokol_glue.h @@ -30,14 +30,9 @@ OVERVIEW ======== - The sokol core headers should not depend on each other, but sometimes - it's useful to have a set of helper functions as "glue" between - two or more sokol headers. - - This is what sokol_glue.h is for. Simply include the header after other - sokol headers (both for the implementation and declaration), and - depending on what headers have been included before, sokol_glue.h - will make available "glue functions". + sokol_glue.h provides glue helper functions between sokol_gfx.h and sokol_app.h, + so that sokol_gfx.h doesn't need to depend on sokol_app.h but can be + used with different window system glue libraries. PROVIDED FUNCTIONS ================== |