diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-03-05 18:20:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-05 18:20:17 +0100 |
| commit | 04bbb7ac588db2a65064575dbedca9042d2c039e (patch) | |
| tree | e6e0e90d0d464fac471cfecc002f3f1a26016aa8 /fips.yml | |
| parent | 6570419898b72337c619be1d0f3cd66350ddc7a5 (diff) | |
Debugging UI extension headers via Dear ImGui (#125)
This PR adds optional debugging UI extension headers (or rather: currently only one for
sokol_gfx.h called sokol_gfx_imgui.h). sokol_gfx.h gets a new API function to install callback
functions for tracing the public sokol_gfx.h API calls.
Diffstat (limited to 'fips.yml')
| -rw-r--r-- | fips.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ exports: - header-dirs: [ . ]
\ No newline at end of file + header-dirs: [ ".", "imgui" ] |