summaryrefslogtreecommitdiffstats
path: root/Tests/VSWinStorePhone/Direct3DApp1/SimpleVertexShader.hlsl
Commit message (Collapse)AuthorAgeFilesLines
* VS: Add source file property to set extra hlsl shader flagsRobert Goulet2015-01-281-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 modelCedric Perthuis2014-12-031-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 StoreGilles Khouzam2014-09-021-0/+35
Add tests to build for each version of each system when the corresponding tools are available.