summaryrefslogtreecommitdiff
path: root/sample
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Logger.h to GFSDK_Logger.h since it's a shared header.Jason Maskell2016-05-312-6/+6
| | | | | | Removed the narrow char methods. Removed the floating log functions. Changed the ILogger::log() method to use varargs and printf() formatting.
* Added support for RFC 104, the logging interface: ↵Jason Maskell2016-05-316-19/+28
| | | | | | | | https://docs.google.com/document/d/102b8k5pKYj9e-tMmG53aT5izur-qfUSPX1gBro4gN0Q/edit Added a dumb implementation of the logger in the D3D11 sample. Added a method to the WaveWorks API to allow the user to set (override) the internal logger with their own supplied nv::ILogger derived object.
* Added path to opengl media search path. Removed commented out code left over ↵Jason Maskell2016-05-252-1/+5
| | | | from old DXUT in d3d11 test.
* Added OpenGL sample - compiles and runs but doesn't work.Jason Maskell2016-05-236-0/+1902
|
* Moved media to a more central location.Jason Maskell2016-05-237-1119/+12
| | | | Changed CMake to compile shaders to that new location.
* Sample now compiles cleanly, doesn't run yet due to media path issues.Jason Maskell2016-05-195-31/+38
|
* Lots more conversion work done, not quite compiling yet. Paranoia commit.Jason Maskell2016-05-196-171/+219
|
* D3D11 test is compiling and running with a rendering error (ocean is grey ↵Jason Maskell2016-05-1919-0/+6849
| | | | | | and not dark blue). D3D11 sample added but still has lots of compile errors, needs to be fully converted to use new DXUT11, etc.
* Restructuring starts. Got some initial CMake problems sorted. Need to extend.Jason Maskell2016-05-12100-69619/+0
|
* Initial commit with PS4 and XBone stuff trimmed.Jason Maskell2016-05-09100-0/+69619