aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/foundation/doc/Readme.txt
blob: 88e11894c926955d47b1f23910440b74c6751d40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.