aboutsummaryrefslogtreecommitdiff
path: root/sp/src/materialsystem/stdshaders/game_shader_dx9_base.vpc
diff options
context:
space:
mode:
authorJoe Ludwig <[email protected]>2013-07-30 15:10:15 -0700
committerJoe Ludwig <[email protected]>2013-07-30 15:10:15 -0700
commitd9ac276a957034bba99d71c1ecbfb53c3d2d1c87 (patch)
treeac1d618bc96127fcc03cc7c6f493043ca30c5564 /sp/src/materialsystem/stdshaders/game_shader_dx9_base.vpc
parentRevised the contribution guidelines to encourage more interaction within the ... (diff)
downloadsource-sdk-2013-d9ac276a957034bba99d71c1ecbfb53c3d2d1c87.tar.xz
source-sdk-2013-d9ac276a957034bba99d71c1ecbfb53c3d2d1c87.zip
Added bloom shader and screenspace effect helpers as examples for the SDK.
Diffstat (limited to 'sp/src/materialsystem/stdshaders/game_shader_dx9_base.vpc')
-rw-r--r--sp/src/materialsystem/stdshaders/game_shader_dx9_base.vpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sp/src/materialsystem/stdshaders/game_shader_dx9_base.vpc b/sp/src/materialsystem/stdshaders/game_shader_dx9_base.vpc
index 2fb7fc9e..c2fe0d49 100644
--- a/sp/src/materialsystem/stdshaders/game_shader_dx9_base.vpc
+++ b/sp/src/materialsystem/stdshaders/game_shader_dx9_base.vpc
@@ -53,6 +53,9 @@ $Project
$File "example_model_dx9.cpp"
$File "example_model_dx9_helper.cpp"
+
+ $File "Bloom.cpp"
+ $File "screenspace_general.cpp"
}
$Folder "Header Files"