VS: Add source file property to set extra hlsl shader flags

Create a VS_SHADER_FLAGS source file property so that we can set all
other Visual Studio .hlsl shader file compilation flags.
This commit is contained in:
Robert Goulet
2015-01-26 14:16:42 -05:00
committed by Brad King
parent a47b904db2
commit 4775c90145
7 changed files with 33 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
vs-shader-flags
---------------
* A :prop_sf:`VS_SHADER_FLAGS` source file property was added to specify
additional shader flags to ``.hlsl`` files, for the Visual Studio generators.