Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Add source file property to set extra hlsl shader flags | Robert Goulet | 2015-01-28 | 1 | -0/+4 |
| | | | | | Create a VS_SHADER_FLAGS source file property so that we can set all other Visual Studio .hlsl shader file compilation flags. | ||||
* | VS: Add source file properties to set the hlsl shader entry point and model | Cedric Perthuis | 2014-12-03 | 1 | -1/+1 |
| | | | | | | Create properties VS_SHADER_ENTRYPOINT and VS_SHADER_MODEL. Without these many .hlsl source files may not be possible to use. Extend the VSWinStorePhone test project to cover them. | ||||
* | VS: Add test case for Windows Phone and Windows Store | Gilles Khouzam | 2014-09-02 | 1 | -0/+35 |
Add tests to build for each version of each system when the corresponding tools are available. |