diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-10-02 14:44:30 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-10-02 14:44:30 +0200 |
| commit | d71fbdc6c6372512db4ecd809ee2ce6b5739ea1c (patch) | |
| tree | 32e2926299afb38f549c5d99d199ce01792f23fd | |
| parent | 63e7a46219fb6aba42c7ef96f914a49fbd9dc8f9 (diff) | |
sokol_gfx.h: fix minor comment typos
| -rw-r--r-- | sokol_gfx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sokol_gfx.h b/sokol_gfx.h index 1b62c9b4..cf1e12f4 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -1784,12 +1784,12 @@ typedef struct sg_pass_desc { /* sg_trace_hooks - Installable callback function to keep track of the sokol_gfx calls, + Installable callback functions to keep track of the sokol_gfx calls, this is useful for debugging, or keeping track of resource creation and destruction. Trace hooks are installed with sg_install_trace_hooks(), this returns - another sg_trace_hooks functions with the previous set of + another sg_trace_hooks struct with the previous set of trace hook function pointers. These should be invoked by the new trace hooks to form a proper call chain. */ |