From 04bbb7ac588db2a65064575dbedca9042d2c039e Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Tue, 5 Mar 2019 18:20:17 +0100 Subject: 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. --- fips.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fips.yml') diff --git a/fips.yml b/fips.yml index 93f5c31f..f144e02b 100644 --- a/fips.yml +++ b/fips.yml @@ -1,2 +1,2 @@ exports: - header-dirs: [ . ] \ No newline at end of file + header-dirs: [ ".", "imgui" ] -- cgit v1.2.3