diff options
| author | Joe Ludwig <[email protected]> | 2013-07-30 15:10:15 -0700 |
|---|---|---|
| committer | Joe Ludwig <[email protected]> | 2013-07-30 15:10:15 -0700 |
| commit | d9ac276a957034bba99d71c1ecbfb53c3d2d1c87 (patch) | |
| tree | ac1d618bc96127fcc03cc7c6f493043ca30c5564 /sp/src/materialsystem/stdshaders/game_shader_dx9_base.vpc | |
| parent | Revised the contribution guidelines to encourage more interaction within the ... (diff) | |
| download | source-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.vpc | 3 |
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"
|