diff options
| author | Marijn Tamis <[email protected]> | 2019-04-01 14:21:09 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2019-04-01 14:21:09 +0200 |
| commit | d243404d4ba88bcf53f7310cc8980b4efe38c19f (patch) | |
| tree | dcc8ce2904e9f813e03f71f825c4d3c9ec565d91 /PxShared/src/foundation/doc/Readme.txt | |
| parent | Add new SetSpheres and SetPlanes api's to bring them in line with setTriangles. (diff) | |
| download | archived-nvcloth-1.1.6.tar.xz archived-nvcloth-1.1.6.zip | |
1.1.6 Release.1.1.6
Diffstat (limited to 'PxShared/src/foundation/doc/Readme.txt')
| -rw-r--r-- | PxShared/src/foundation/doc/Readme.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/PxShared/src/foundation/doc/Readme.txt b/PxShared/src/foundation/doc/Readme.txt deleted file mode 100644 index 88e1189..0000000 --- a/PxShared/src/foundation/doc/Readme.txt +++ /dev/null @@ -1,18 +0,0 @@ -This is the 'NVIDIA Shared' foundation library. - -This code should not ever appear in any public headers or interfaces. - -This library is primarily a platform abstraction layer. - -It contains code to handle mutexes, atomic operations, etc. - -It also handles some SIMD data types. - -It provides math utility functions. - -It implements a number of common container classes. - -It manages trapping all memory allocations. - -All projects should leverage against this foundation library to -perform these common functions. |