summaryrefslogtreecommitdiff
path: root/compiler/cmake/sample_d3d11.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove CUDA Toolkit dependencyHEADmasterNRD_like_APIsabdulajees2017-02-151-1/+1
|
* Don't need FindDirectX anymore, so deleted it and modified the cmake files.Jason Maskell2016-07-281-2/+2
|
* Added Packman support - now the GenerateProjects.bat uses Packman to pull ↵Jason Maskell2016-07-261-4/+3
| | | | | | dependencies specified in WaveWorksDependencies.xml Finders of these dependencies are modified to look in the Packman repo.
* Had some compilation issues without previously generated code, fixed now.Jason Maskell2016-07-251-0/+1
| | | | | | Disabled OpenGL in the D3D11 build, for now. This is an ugly hack and needs to be fixed. Separated FindFXC into its own finder so that we can fail when it's not found.
* Renamed Logger.h to GFSDK_Logger.h since it's a shared header.Jason Maskell2016-05-311-1/+1
| | | | | | 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-311-1/+5
| | | | | | | | 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 OpenGL sample - compiles and runs but doesn't work.Jason Maskell2016-05-231-3/+3
|
* Moved media to a more central location.Jason Maskell2016-05-231-2/+2
| | | | Changed CMake to compile shaders to that new location.
* D3D11 test is compiling and running with a rendering error (ocean is grey ↵Jason Maskell2016-05-191-0/+171
and not dark blue). D3D11 sample added but still has lots of compile errors, needs to be fully converted to use new DXUT11, etc.