diff options
| author | nathanhoobler <[email protected]> | 2016-03-22 12:00:05 -0400 |
|---|---|---|
| committer | nathanhoobler <[email protected]> | 2016-03-22 12:00:05 -0400 |
| commit | 07ac3bc1489bad3e5bb92125349e346c8395bba8 (patch) | |
| tree | a426f9a2f9200e411cafdb510b9b99fe0fa51464 | |
| parent | initial commit (diff) | |
| download | volumetriclighting-07ac3bc1489bad3e5bb92125349e346c8395bba8.tar.xz volumetriclighting-07ac3bc1489bad3e5bb92125349e346c8395bba8.zip | |
Updated Readme
Reformatted readme for git
| -rw-r--r-- | README.md | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -1,16 +1,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 +## 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 + |