aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/foundation/doc/Readme.txt
diff options
context:
space:
mode:
authorgit perforce import user <a@b>2016-10-25 12:29:14 -0600
committerSheikh Dawood Abdul Ajees <Sheikh Dawood Abdul Ajees>2016-10-25 18:56:37 -0500
commit3dfe2108cfab31ba3ee5527e217d0d8e99a51162 (patch)
treefa6485c169e50d7415a651bf838f5bcd0fd3bfbd /PxShared/src/foundation/doc/Readme.txt
downloadphysx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.tar.xz
physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.zip
Initial commit:
PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167]
Diffstat (limited to 'PxShared/src/foundation/doc/Readme.txt')
-rw-r--r--PxShared/src/foundation/doc/Readme.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/PxShared/src/foundation/doc/Readme.txt b/PxShared/src/foundation/doc/Readme.txt
new file mode 100644
index 00000000..88e11894
--- /dev/null
+++ b/PxShared/src/foundation/doc/Readme.txt
@@ -0,0 +1,18 @@
+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.