]> git.cworth.org Git - apitrace/blob - dispatch/README.markdown
trace: Additional support for GL_KHR_debug, GL_ARB_debug_output, and GL_AMD_debug_output.
[apitrace] / dispatch / README.markdown
1 The dispatch layer objective is to resolve the addresses of public and private
2 symbols from DLLs / shared objects and dispatch calls to them.
3
4 It used both by the tracing wrappers (to dispatch the intercepted calls to
5 their true counterparts) and when replaying traces (to dispatch the calls
6 recorded on the file).
7
8 Most of the code is generated from dispatch.py script, which is then derived
9 for particular APIs.