blob: 953aa0c3cee87a2d03cc51fb54741fbf5e7aff60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
NVIDIA Gameworks Volumetric Lighting 1.0
========================================
Directory Structure
-------------------
./doc/ - Library documentation
./external/ - External code dependencies
./include/ - Library-specific headers
./lib/ - Static libraries to link with the application (divided by platform)
./redist/ - DLLs to distribute to end-users with application
./samples/ - Code samples
./samples/bin/ - Pre-built sample binaries
./samples/build/ - Project files for building samples (divided by platform)
./src/ - Source for library internals
./src/build/ - Project files for building the library (divided by platform)
./tools/ - Tools needed to build the library or facilitate its use
|