]> git.cworth.org Git - apitrace/blobdiff - inject/README.markdown
Add per-directory synopsis.
[apitrace] / inject / README.markdown
diff --git a/inject/README.markdown b/inject/README.markdown
new file mode 100644 (file)
index 0000000..df56b1a
--- /dev/null
@@ -0,0 +1,5 @@
+Utilities for injection of DLLs in Windows.
+
+Wrapper DLLs work well for self-contained APIs (e.g., OpenGL with its
+opengl32.dll), but not for APIs which are spread across multiple DLLs, in
+particular DXGI and D3D10+ APIs.