aboutsummaryrefslogtreecommitdiff
path: root/sp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20b.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20b.inc')
-rw-r--r--sp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20b.inc33
1 files changed, 33 insertions, 0 deletions
diff --git a/sp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20b.inc b/sp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20b.inc
new file mode 100644
index 00000000..645e9f46
--- /dev/null
+++ b/sp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20b.inc
@@ -0,0 +1,33 @@
+#include "shaderlib/cshader.h"
+class sdk_bloomadd_ps20b_Static_Index
+{
+public:
+ sdk_bloomadd_ps20b_Static_Index( )
+ {
+ }
+ int GetIndex()
+ {
+ // Asserts to make sure that we aren't using any skipped combinations.
+ // Asserts to make sure that we are setting all of the combination vars.
+#ifdef _DEBUG
+#endif // _DEBUG
+ return 0;
+ }
+};
+#define shaderStaticTest_sdk_bloomadd_ps20b 0
+class sdk_bloomadd_ps20b_Dynamic_Index
+{
+public:
+ sdk_bloomadd_ps20b_Dynamic_Index()
+ {
+ }
+ int GetIndex()
+ {
+ // Asserts to make sure that we aren't using any skipped combinations.
+ // Asserts to make sure that we are setting all of the combination vars.
+#ifdef _DEBUG
+#endif // _DEBUG
+ return 0;
+ }
+};
+#define shaderDynamicTest_sdk_bloomadd_ps20b 0