diff options
Diffstat (limited to 'sp/src/materialsystem/stdshaders/game_shader_dx9_hl2.vpc')
| -rw-r--r-- | sp/src/materialsystem/stdshaders/game_shader_dx9_hl2.vpc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sp/src/materialsystem/stdshaders/game_shader_dx9_hl2.vpc b/sp/src/materialsystem/stdshaders/game_shader_dx9_hl2.vpc new file mode 100644 index 00000000..ad9068c3 --- /dev/null +++ b/sp/src/materialsystem/stdshaders/game_shader_dx9_hl2.vpc @@ -0,0 +1,13 @@ +//-----------------------------------------------------------------------------
+// game_shader_dx9.vpc
+//
+// Project Script for mods to use an an example of how to override shaders
+//-----------------------------------------------------------------------------
+
+$Macro SRCDIR "..\.."
+$Macro GAMENAME "mod_hl2"
+$Include "$SRCDIR\materialsystem\stdshaders\game_shader_dx9_base.vpc"
+
+$Project "Shaders (HL2)"
+{
+}
\ No newline at end of file |