summaryrefslogtreecommitdiff
path: root/src/shader
Commit message (Collapse)AuthorAgeFilesLines
* Removed nvsf_ prefix from all shader variables.Jason Maskell2016-08-018-59/+187
| | | | | Added manually generated glsl.h files for the OpenGL sample. Breaking DRY but no longer need sed and an external CL call to get glsl. Worth the tradeoff. OpenGL sample now compiles and runs but fails at runtime when loading a texture.
* Had some compilation issues without previously generated code, fixed now.Jason Maskell2016-07-251-1/+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.
* Added the test_d3d11 app to the solution. Not compiling yet, mostly a ↵Jason Maskell2016-05-1610-667/+7
| | | | paranoia commit.
* Restructuring starts. Got some initial CMake problems sorted. Need to extend.Jason Maskell2016-05-123-5/+5
|
* Initial commit with PS4 and XBone stuff trimmed.Jason Maskell2016-05-0918-0/+1329