From ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f Mon Sep 17 00:00:00 2001 From: Miles Macklin Date: Fri, 10 Mar 2017 14:51:31 +1300 Subject: Initial 1.1.0 binary release --- src/dx/context/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/dx/context/README.md (limited to 'src/dx/context/README.md') diff --git a/src/dx/context/README.md b/src/dx/context/README.md new file mode 100644 index 0000000..7b45ecd --- /dev/null +++ b/src/dx/context/README.md @@ -0,0 +1,7 @@ +The interfaces in this folder define a thin wrapper around D3D11 and D3D12 APIs that +are used internally by the Flex solver. Some parts of the Flex API (e.g.: solver callbacks) +will return pointers to these structures. + +See the extensions forcefield API for an example of how these wrappers may be used to implement +Flex solver callbacks. Note that this code should not be modified or recompiled to ensure binary +compatibility with the main Flex libraries. -- cgit v1.2.3