diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-03 10:39:23 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-03 11:57:22 -0800 |
| commit | b5dc4a85433a908d38d453e98d7d45e22e2a5fc0 (patch) | |
| tree | f186094efa03e9c1144fb5c98161cf3f7b054f90 /mp/src/materialsystem/stdshaders/fxctmp9 | |
| parent | Specify clobbered registers in POSIX SSE functions (diff) | |
| download | source-sdk-2013-b5dc4a85433a908d38d453e98d7d45e22e2a5fc0.tar.xz source-sdk-2013-b5dc4a85433a908d38d453e98d7d45e22e2a5fc0.zip | |
Line-ending fixes for most of the remaining files.
Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst,
proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj,
vcxproj, sln, in, java, la, manifest, am, and rad.
Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and
gitignore.
Finally, fixes executable bits.
Diffstat (limited to 'mp/src/materialsystem/stdshaders/fxctmp9')
7 files changed, 616 insertions, 616 deletions
diff --git a/mp/src/materialsystem/stdshaders/fxctmp9/SDK_Bloom_ps20.inc b/mp/src/materialsystem/stdshaders/fxctmp9/SDK_Bloom_ps20.inc index 12871d11..afbca75f 100644 --- a/mp/src/materialsystem/stdshaders/fxctmp9/SDK_Bloom_ps20.inc +++ b/mp/src/materialsystem/stdshaders/fxctmp9/SDK_Bloom_ps20.inc @@ -1,33 +1,33 @@ -#include "shaderlib/cshader.h"
-class sdk_bloom_ps20_Static_Index
-{
-public:
- sdk_bloom_ps20_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_bloom_ps20 0
-class sdk_bloom_ps20_Dynamic_Index
-{
-public:
- sdk_bloom_ps20_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_bloom_ps20 0
+#include "shaderlib/cshader.h" +class sdk_bloom_ps20_Static_Index +{ +public: + sdk_bloom_ps20_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_bloom_ps20 0 +class sdk_bloom_ps20_Dynamic_Index +{ +public: + sdk_bloom_ps20_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_bloom_ps20 0 diff --git a/mp/src/materialsystem/stdshaders/fxctmp9/SDK_Bloom_ps20b.inc b/mp/src/materialsystem/stdshaders/fxctmp9/SDK_Bloom_ps20b.inc index 591af10a..169870ee 100644 --- a/mp/src/materialsystem/stdshaders/fxctmp9/SDK_Bloom_ps20b.inc +++ b/mp/src/materialsystem/stdshaders/fxctmp9/SDK_Bloom_ps20b.inc @@ -1,60 +1,60 @@ -#include "shaderlib/cshader.h"
-class sdk_bloom_ps20b_Static_Index
-{
-private:
- int m_nCONVERT_TO_SRGB;
-#ifdef _DEBUG
- bool m_bCONVERT_TO_SRGB;
-#endif
-public:
- void SetCONVERT_TO_SRGB( int i )
- {
- Assert( i >= 0 && i <= 1 );
- m_nCONVERT_TO_SRGB = i;
-#ifdef _DEBUG
- m_bCONVERT_TO_SRGB = true;
-#endif
- }
- void SetCONVERT_TO_SRGB( bool i )
- {
- m_nCONVERT_TO_SRGB = i ? 1 : 0;
-#ifdef _DEBUG
- m_bCONVERT_TO_SRGB = true;
-#endif
- }
-public:
- sdk_bloom_ps20b_Static_Index( )
- {
-#ifdef _DEBUG
- m_bCONVERT_TO_SRGB = true;
-#endif // _DEBUG
- m_nCONVERT_TO_SRGB = g_pHardwareConfig->NeedsShaderSRGBConversion();
- }
- 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
- bool bAllStaticVarsDefined = m_bCONVERT_TO_SRGB;
- Assert( bAllStaticVarsDefined );
-#endif // _DEBUG
- return ( 1 * m_nCONVERT_TO_SRGB ) + 0;
- }
-};
-#define shaderStaticTest_sdk_bloom_ps20b 0
-class sdk_bloom_ps20b_Dynamic_Index
-{
-public:
- sdk_bloom_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_bloom_ps20b 0
+#include "shaderlib/cshader.h" +class sdk_bloom_ps20b_Static_Index +{ +private: + int m_nCONVERT_TO_SRGB; +#ifdef _DEBUG + bool m_bCONVERT_TO_SRGB; +#endif +public: + void SetCONVERT_TO_SRGB( int i ) + { + Assert( i >= 0 && i <= 1 ); + m_nCONVERT_TO_SRGB = i; +#ifdef _DEBUG + m_bCONVERT_TO_SRGB = true; +#endif + } + void SetCONVERT_TO_SRGB( bool i ) + { + m_nCONVERT_TO_SRGB = i ? 1 : 0; +#ifdef _DEBUG + m_bCONVERT_TO_SRGB = true; +#endif + } +public: + sdk_bloom_ps20b_Static_Index( ) + { +#ifdef _DEBUG + m_bCONVERT_TO_SRGB = true; +#endif // _DEBUG + m_nCONVERT_TO_SRGB = g_pHardwareConfig->NeedsShaderSRGBConversion(); + } + 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 + bool bAllStaticVarsDefined = m_bCONVERT_TO_SRGB; + Assert( bAllStaticVarsDefined ); +#endif // _DEBUG + return ( 1 * m_nCONVERT_TO_SRGB ) + 0; + } +}; +#define shaderStaticTest_sdk_bloom_ps20b 0 +class sdk_bloom_ps20b_Dynamic_Index +{ +public: + sdk_bloom_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_bloom_ps20b 0 diff --git a/mp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20.inc b/mp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20.inc index 672569d4..c0643ebe 100644 --- a/mp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20.inc +++ b/mp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20.inc @@ -1,33 +1,33 @@ -#include "shaderlib/cshader.h"
-class sdk_bloomadd_ps20_Static_Index
-{
-public:
- sdk_bloomadd_ps20_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_ps20 0
-class sdk_bloomadd_ps20_Dynamic_Index
-{
-public:
- sdk_bloomadd_ps20_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_ps20 0
+#include "shaderlib/cshader.h" +class sdk_bloomadd_ps20_Static_Index +{ +public: + sdk_bloomadd_ps20_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_ps20 0 +class sdk_bloomadd_ps20_Dynamic_Index +{ +public: + sdk_bloomadd_ps20_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_ps20 0 diff --git a/mp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20b.inc b/mp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20b.inc index 645e9f46..861e517b 100644 --- a/mp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20b.inc +++ b/mp/src/materialsystem/stdshaders/fxctmp9/SDK_bloomadd_ps20b.inc @@ -1,33 +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
+#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 diff --git a/mp/src/materialsystem/stdshaders/fxctmp9/SDK_screenspaceeffect_vs20.inc b/mp/src/materialsystem/stdshaders/fxctmp9/SDK_screenspaceeffect_vs20.inc index c37985c8..607c12cd 100644 --- a/mp/src/materialsystem/stdshaders/fxctmp9/SDK_screenspaceeffect_vs20.inc +++ b/mp/src/materialsystem/stdshaders/fxctmp9/SDK_screenspaceeffect_vs20.inc @@ -1,60 +1,60 @@ -#include "shaderlib/cshader.h"
-class sdk_screenspaceeffect_vs20_Static_Index
-{
-private:
- int m_nX360APPCHOOSER;
-#ifdef _DEBUG
- bool m_bX360APPCHOOSER;
-#endif
-public:
- void SetX360APPCHOOSER( int i )
- {
- Assert( i >= 0 && i <= 1 );
- m_nX360APPCHOOSER = i;
-#ifdef _DEBUG
- m_bX360APPCHOOSER = true;
-#endif
- }
- void SetX360APPCHOOSER( bool i )
- {
- m_nX360APPCHOOSER = i ? 1 : 0;
-#ifdef _DEBUG
- m_bX360APPCHOOSER = true;
-#endif
- }
-public:
- sdk_screenspaceeffect_vs20_Static_Index( )
- {
-#ifdef _DEBUG
- m_bX360APPCHOOSER = true;
-#endif // _DEBUG
- m_nX360APPCHOOSER = 0;
- }
- 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
- bool bAllStaticVarsDefined = m_bX360APPCHOOSER;
- Assert( bAllStaticVarsDefined );
-#endif // _DEBUG
- return ( 1 * m_nX360APPCHOOSER ) + 0;
- }
-};
-#define shaderStaticTest_sdk_screenspaceeffect_vs20 0
-class sdk_screenspaceeffect_vs20_Dynamic_Index
-{
-public:
- sdk_screenspaceeffect_vs20_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_screenspaceeffect_vs20 0
+#include "shaderlib/cshader.h" +class sdk_screenspaceeffect_vs20_Static_Index +{ +private: + int m_nX360APPCHOOSER; +#ifdef _DEBUG + bool m_bX360APPCHOOSER; +#endif +public: + void SetX360APPCHOOSER( int i ) + { + Assert( i >= 0 && i <= 1 ); + m_nX360APPCHOOSER = i; +#ifdef _DEBUG + m_bX360APPCHOOSER = true; +#endif + } + void SetX360APPCHOOSER( bool i ) + { + m_nX360APPCHOOSER = i ? 1 : 0; +#ifdef _DEBUG + m_bX360APPCHOOSER = true; +#endif + } +public: + sdk_screenspaceeffect_vs20_Static_Index( ) + { +#ifdef _DEBUG + m_bX360APPCHOOSER = true; +#endif // _DEBUG + m_nX360APPCHOOSER = 0; + } + 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 + bool bAllStaticVarsDefined = m_bX360APPCHOOSER; + Assert( bAllStaticVarsDefined ); +#endif // _DEBUG + return ( 1 * m_nX360APPCHOOSER ) + 0; + } +}; +#define shaderStaticTest_sdk_screenspaceeffect_vs20 0 +class sdk_screenspaceeffect_vs20_Dynamic_Index +{ +public: + sdk_screenspaceeffect_vs20_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_screenspaceeffect_vs20 0 diff --git a/mp/src/materialsystem/stdshaders/fxctmp9/example_model_ps20b.inc b/mp/src/materialsystem/stdshaders/fxctmp9/example_model_ps20b.inc index 018f7b63..1d9a37a2 100644 --- a/mp/src/materialsystem/stdshaders/fxctmp9/example_model_ps20b.inc +++ b/mp/src/materialsystem/stdshaders/fxctmp9/example_model_ps20b.inc @@ -1,237 +1,237 @@ -#include "shaderlib/cshader.h"
-class example_model_ps20b_Static_Index
-{
-private:
- int m_nCONVERT_TO_SRGB;
-#ifdef _DEBUG
- bool m_bCONVERT_TO_SRGB;
-#endif
-public:
- void SetCONVERT_TO_SRGB( int i )
- {
- Assert( i >= 0 && i <= 0 );
- m_nCONVERT_TO_SRGB = i;
-#ifdef _DEBUG
- m_bCONVERT_TO_SRGB = true;
-#endif
- }
- void SetCONVERT_TO_SRGB( bool i )
- {
- m_nCONVERT_TO_SRGB = i ? 1 : 0;
-#ifdef _DEBUG
- m_bCONVERT_TO_SRGB = true;
-#endif
- }
-private:
- int m_nFLASHLIGHT;
-#ifdef _DEBUG
- bool m_bFLASHLIGHT;
-#endif
-public:
- void SetFLASHLIGHT( int i )
- {
- Assert( i >= 0 && i <= 1 );
- m_nFLASHLIGHT = i;
-#ifdef _DEBUG
- m_bFLASHLIGHT = true;
-#endif
- }
- void SetFLASHLIGHT( bool i )
- {
- m_nFLASHLIGHT = i ? 1 : 0;
-#ifdef _DEBUG
- m_bFLASHLIGHT = true;
-#endif
- }
-private:
- int m_nFLASHLIGHTDEPTHFILTERMODE;
-#ifdef _DEBUG
- bool m_bFLASHLIGHTDEPTHFILTERMODE;
-#endif
-public:
- void SetFLASHLIGHTDEPTHFILTERMODE( int i )
- {
- Assert( i >= 0 && i <= 2 );
- m_nFLASHLIGHTDEPTHFILTERMODE = i;
-#ifdef _DEBUG
- m_bFLASHLIGHTDEPTHFILTERMODE = true;
-#endif
- }
- void SetFLASHLIGHTDEPTHFILTERMODE( bool i )
- {
- m_nFLASHLIGHTDEPTHFILTERMODE = i ? 1 : 0;
-#ifdef _DEBUG
- m_bFLASHLIGHTDEPTHFILTERMODE = true;
-#endif
- }
-public:
- example_model_ps20b_Static_Index( )
- {
-#ifdef _DEBUG
- m_bCONVERT_TO_SRGB = false;
-#endif // _DEBUG
- m_nCONVERT_TO_SRGB = 0;
-#ifdef _DEBUG
- m_bFLASHLIGHT = false;
-#endif // _DEBUG
- m_nFLASHLIGHT = 0;
-#ifdef _DEBUG
- m_bFLASHLIGHTDEPTHFILTERMODE = false;
-#endif // _DEBUG
- m_nFLASHLIGHTDEPTHFILTERMODE = 0;
- }
- 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
- bool bAllStaticVarsDefined = m_bCONVERT_TO_SRGB && m_bFLASHLIGHT && m_bFLASHLIGHTDEPTHFILTERMODE;
- Assert( bAllStaticVarsDefined );
-#endif // _DEBUG
- return ( 80 * m_nCONVERT_TO_SRGB ) + ( 80 * m_nFLASHLIGHT ) + ( 160 * m_nFLASHLIGHTDEPTHFILTERMODE ) + 0;
- }
-};
-#define shaderStaticTest_example_model_ps20b psh_forgot_to_set_static_CONVERT_TO_SRGB + psh_forgot_to_set_static_FLASHLIGHT + psh_forgot_to_set_static_FLASHLIGHTDEPTHFILTERMODE + 0
-class example_model_ps20b_Dynamic_Index
-{
-private:
- int m_nWRITEWATERFOGTODESTALPHA;
-#ifdef _DEBUG
- bool m_bWRITEWATERFOGTODESTALPHA;
-#endif
-public:
- void SetWRITEWATERFOGTODESTALPHA( int i )
- {
- Assert( i >= 0 && i <= 1 );
- m_nWRITEWATERFOGTODESTALPHA = i;
-#ifdef _DEBUG
- m_bWRITEWATERFOGTODESTALPHA = true;
-#endif
- }
- void SetWRITEWATERFOGTODESTALPHA( bool i )
- {
- m_nWRITEWATERFOGTODESTALPHA = i ? 1 : 0;
-#ifdef _DEBUG
- m_bWRITEWATERFOGTODESTALPHA = true;
-#endif
- }
-private:
- int m_nPIXELFOGTYPE;
-#ifdef _DEBUG
- bool m_bPIXELFOGTYPE;
-#endif
-public:
- void SetPIXELFOGTYPE( int i )
- {
- Assert( i >= 0 && i <= 1 );
- m_nPIXELFOGTYPE = i;
-#ifdef _DEBUG
- m_bPIXELFOGTYPE = true;
-#endif
- }
- void SetPIXELFOGTYPE( bool i )
- {
- m_nPIXELFOGTYPE = i ? 1 : 0;
-#ifdef _DEBUG
- m_bPIXELFOGTYPE = true;
-#endif
- }
-private:
- int m_nNUM_LIGHTS;
-#ifdef _DEBUG
- bool m_bNUM_LIGHTS;
-#endif
-public:
- void SetNUM_LIGHTS( int i )
- {
- Assert( i >= 0 && i <= 4 );
- m_nNUM_LIGHTS = i;
-#ifdef _DEBUG
- m_bNUM_LIGHTS = true;
-#endif
- }
- void SetNUM_LIGHTS( bool i )
- {
- m_nNUM_LIGHTS = i ? 1 : 0;
-#ifdef _DEBUG
- m_bNUM_LIGHTS = true;
-#endif
- }
-private:
- int m_nWRITE_DEPTH_TO_DESTALPHA;
-#ifdef _DEBUG
- bool m_bWRITE_DEPTH_TO_DESTALPHA;
-#endif
-public:
- void SetWRITE_DEPTH_TO_DESTALPHA( int i )
- {
- Assert( i >= 0 && i <= 1 );
- m_nWRITE_DEPTH_TO_DESTALPHA = i;
-#ifdef _DEBUG
- m_bWRITE_DEPTH_TO_DESTALPHA = true;
-#endif
- }
- void SetWRITE_DEPTH_TO_DESTALPHA( bool i )
- {
- m_nWRITE_DEPTH_TO_DESTALPHA = i ? 1 : 0;
-#ifdef _DEBUG
- m_bWRITE_DEPTH_TO_DESTALPHA = true;
-#endif
- }
-private:
- int m_nFLASHLIGHTSHADOWS;
-#ifdef _DEBUG
- bool m_bFLASHLIGHTSHADOWS;
-#endif
-public:
- void SetFLASHLIGHTSHADOWS( int i )
- {
- Assert( i >= 0 && i <= 1 );
- m_nFLASHLIGHTSHADOWS = i;
-#ifdef _DEBUG
- m_bFLASHLIGHTSHADOWS = true;
-#endif
- }
- void SetFLASHLIGHTSHADOWS( bool i )
- {
- m_nFLASHLIGHTSHADOWS = i ? 1 : 0;
-#ifdef _DEBUG
- m_bFLASHLIGHTSHADOWS = true;
-#endif
- }
-public:
- example_model_ps20b_Dynamic_Index()
- {
-#ifdef _DEBUG
- m_bWRITEWATERFOGTODESTALPHA = false;
-#endif // _DEBUG
- m_nWRITEWATERFOGTODESTALPHA = 0;
-#ifdef _DEBUG
- m_bPIXELFOGTYPE = false;
-#endif // _DEBUG
- m_nPIXELFOGTYPE = 0;
-#ifdef _DEBUG
- m_bNUM_LIGHTS = false;
-#endif // _DEBUG
- m_nNUM_LIGHTS = 0;
-#ifdef _DEBUG
- m_bWRITE_DEPTH_TO_DESTALPHA = false;
-#endif // _DEBUG
- m_nWRITE_DEPTH_TO_DESTALPHA = 0;
-#ifdef _DEBUG
- m_bFLASHLIGHTSHADOWS = false;
-#endif // _DEBUG
- m_nFLASHLIGHTSHADOWS = 0;
- }
- 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
- bool bAllDynamicVarsDefined = m_bWRITEWATERFOGTODESTALPHA && m_bPIXELFOGTYPE && m_bNUM_LIGHTS && m_bWRITE_DEPTH_TO_DESTALPHA && m_bFLASHLIGHTSHADOWS;
- Assert( bAllDynamicVarsDefined );
-#endif // _DEBUG
- return ( 1 * m_nWRITEWATERFOGTODESTALPHA ) + ( 2 * m_nPIXELFOGTYPE ) + ( 4 * m_nNUM_LIGHTS ) + ( 20 * m_nWRITE_DEPTH_TO_DESTALPHA ) + ( 40 * m_nFLASHLIGHTSHADOWS ) + 0;
- }
-};
-#define shaderDynamicTest_example_model_ps20b psh_forgot_to_set_dynamic_WRITEWATERFOGTODESTALPHA + psh_forgot_to_set_dynamic_PIXELFOGTYPE + psh_forgot_to_set_dynamic_NUM_LIGHTS + psh_forgot_to_set_dynamic_WRITE_DEPTH_TO_DESTALPHA + psh_forgot_to_set_dynamic_FLASHLIGHTSHADOWS + 0
+#include "shaderlib/cshader.h" +class example_model_ps20b_Static_Index +{ +private: + int m_nCONVERT_TO_SRGB; +#ifdef _DEBUG + bool m_bCONVERT_TO_SRGB; +#endif +public: + void SetCONVERT_TO_SRGB( int i ) + { + Assert( i >= 0 && i <= 0 ); + m_nCONVERT_TO_SRGB = i; +#ifdef _DEBUG + m_bCONVERT_TO_SRGB = true; +#endif + } + void SetCONVERT_TO_SRGB( bool i ) + { + m_nCONVERT_TO_SRGB = i ? 1 : 0; +#ifdef _DEBUG + m_bCONVERT_TO_SRGB = true; +#endif + } +private: + int m_nFLASHLIGHT; +#ifdef _DEBUG + bool m_bFLASHLIGHT; +#endif +public: + void SetFLASHLIGHT( int i ) + { + Assert( i >= 0 && i <= 1 ); + m_nFLASHLIGHT = i; +#ifdef _DEBUG + m_bFLASHLIGHT = true; +#endif + } + void SetFLASHLIGHT( bool i ) + { + m_nFLASHLIGHT = i ? 1 : 0; +#ifdef _DEBUG + m_bFLASHLIGHT = true; +#endif + } +private: + int m_nFLASHLIGHTDEPTHFILTERMODE; +#ifdef _DEBUG + bool m_bFLASHLIGHTDEPTHFILTERMODE; +#endif +public: + void SetFLASHLIGHTDEPTHFILTERMODE( int i ) + { + Assert( i >= 0 && i <= 2 ); + m_nFLASHLIGHTDEPTHFILTERMODE = i; +#ifdef _DEBUG + m_bFLASHLIGHTDEPTHFILTERMODE = true; +#endif + } + void SetFLASHLIGHTDEPTHFILTERMODE( bool i ) + { + m_nFLASHLIGHTDEPTHFILTERMODE = i ? 1 : 0; +#ifdef _DEBUG + m_bFLASHLIGHTDEPTHFILTERMODE = true; +#endif + } +public: + example_model_ps20b_Static_Index( ) + { +#ifdef _DEBUG + m_bCONVERT_TO_SRGB = false; +#endif // _DEBUG + m_nCONVERT_TO_SRGB = 0; +#ifdef _DEBUG + m_bFLASHLIGHT = false; +#endif // _DEBUG + m_nFLASHLIGHT = 0; +#ifdef _DEBUG + m_bFLASHLIGHTDEPTHFILTERMODE = false; +#endif // _DEBUG + m_nFLASHLIGHTDEPTHFILTERMODE = 0; + } + 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 + bool bAllStaticVarsDefined = m_bCONVERT_TO_SRGB && m_bFLASHLIGHT && m_bFLASHLIGHTDEPTHFILTERMODE; + Assert( bAllStaticVarsDefined ); +#endif // _DEBUG + return ( 80 * m_nCONVERT_TO_SRGB ) + ( 80 * m_nFLASHLIGHT ) + ( 160 * m_nFLASHLIGHTDEPTHFILTERMODE ) + 0; + } +}; +#define shaderStaticTest_example_model_ps20b psh_forgot_to_set_static_CONVERT_TO_SRGB + psh_forgot_to_set_static_FLASHLIGHT + psh_forgot_to_set_static_FLASHLIGHTDEPTHFILTERMODE + 0 +class example_model_ps20b_Dynamic_Index +{ +private: + int m_nWRITEWATERFOGTODESTALPHA; +#ifdef _DEBUG + bool m_bWRITEWATERFOGTODESTALPHA; +#endif +public: + void SetWRITEWATERFOGTODESTALPHA( int i ) + { + Assert( i >= 0 && i <= 1 ); + m_nWRITEWATERFOGTODESTALPHA = i; +#ifdef _DEBUG + m_bWRITEWATERFOGTODESTALPHA = true; +#endif + } + void SetWRITEWATERFOGTODESTALPHA( bool i ) + { + m_nWRITEWATERFOGTODESTALPHA = i ? 1 : 0; +#ifdef _DEBUG + m_bWRITEWATERFOGTODESTALPHA = true; +#endif + } +private: + int m_nPIXELFOGTYPE; +#ifdef _DEBUG + bool m_bPIXELFOGTYPE; +#endif +public: + void SetPIXELFOGTYPE( int i ) + { + Assert( i >= 0 && i <= 1 ); + m_nPIXELFOGTYPE = i; +#ifdef _DEBUG + m_bPIXELFOGTYPE = true; +#endif + } + void SetPIXELFOGTYPE( bool i ) + { + m_nPIXELFOGTYPE = i ? 1 : 0; +#ifdef _DEBUG + m_bPIXELFOGTYPE = true; +#endif + } +private: + int m_nNUM_LIGHTS; +#ifdef _DEBUG + bool m_bNUM_LIGHTS; +#endif +public: + void SetNUM_LIGHTS( int i ) + { + Assert( i >= 0 && i <= 4 ); + m_nNUM_LIGHTS = i; +#ifdef _DEBUG + m_bNUM_LIGHTS = true; +#endif + } + void SetNUM_LIGHTS( bool i ) + { + m_nNUM_LIGHTS = i ? 1 : 0; +#ifdef _DEBUG + m_bNUM_LIGHTS = true; +#endif + } +private: + int m_nWRITE_DEPTH_TO_DESTALPHA; +#ifdef _DEBUG + bool m_bWRITE_DEPTH_TO_DESTALPHA; +#endif +public: + void SetWRITE_DEPTH_TO_DESTALPHA( int i ) + { + Assert( i >= 0 && i <= 1 ); + m_nWRITE_DEPTH_TO_DESTALPHA = i; +#ifdef _DEBUG + m_bWRITE_DEPTH_TO_DESTALPHA = true; +#endif + } + void SetWRITE_DEPTH_TO_DESTALPHA( bool i ) + { + m_nWRITE_DEPTH_TO_DESTALPHA = i ? 1 : 0; +#ifdef _DEBUG + m_bWRITE_DEPTH_TO_DESTALPHA = true; +#endif + } +private: + int m_nFLASHLIGHTSHADOWS; +#ifdef _DEBUG + bool m_bFLASHLIGHTSHADOWS; +#endif +public: + void SetFLASHLIGHTSHADOWS( int i ) + { + Assert( i >= 0 && i <= 1 ); + m_nFLASHLIGHTSHADOWS = i; +#ifdef _DEBUG + m_bFLASHLIGHTSHADOWS = true; +#endif + } + void SetFLASHLIGHTSHADOWS( bool i ) + { + m_nFLASHLIGHTSHADOWS = i ? 1 : 0; +#ifdef _DEBUG + m_bFLASHLIGHTSHADOWS = true; +#endif + } +public: + example_model_ps20b_Dynamic_Index() + { +#ifdef _DEBUG + m_bWRITEWATERFOGTODESTALPHA = false; +#endif // _DEBUG + m_nWRITEWATERFOGTODESTALPHA = 0; +#ifdef _DEBUG + m_bPIXELFOGTYPE = false; +#endif // _DEBUG + m_nPIXELFOGTYPE = 0; +#ifdef _DEBUG + m_bNUM_LIGHTS = false; +#endif // _DEBUG + m_nNUM_LIGHTS = 0; +#ifdef _DEBUG + m_bWRITE_DEPTH_TO_DESTALPHA = false; +#endif // _DEBUG + m_nWRITE_DEPTH_TO_DESTALPHA = 0; +#ifdef _DEBUG + m_bFLASHLIGHTSHADOWS = false; +#endif // _DEBUG + m_nFLASHLIGHTSHADOWS = 0; + } + 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 + bool bAllDynamicVarsDefined = m_bWRITEWATERFOGTODESTALPHA && m_bPIXELFOGTYPE && m_bNUM_LIGHTS && m_bWRITE_DEPTH_TO_DESTALPHA && m_bFLASHLIGHTSHADOWS; + Assert( bAllDynamicVarsDefined ); +#endif // _DEBUG + return ( 1 * m_nWRITEWATERFOGTODESTALPHA ) + ( 2 * m_nPIXELFOGTYPE ) + ( 4 * m_nNUM_LIGHTS ) + ( 20 * m_nWRITE_DEPTH_TO_DESTALPHA ) + ( 40 * m_nFLASHLIGHTSHADOWS ) + 0; + } +}; +#define shaderDynamicTest_example_model_ps20b psh_forgot_to_set_dynamic_WRITEWATERFOGTODESTALPHA + psh_forgot_to_set_dynamic_PIXELFOGTYPE + psh_forgot_to_set_dynamic_NUM_LIGHTS + psh_forgot_to_set_dynamic_WRITE_DEPTH_TO_DESTALPHA + psh_forgot_to_set_dynamic_FLASHLIGHTSHADOWS + 0 diff --git a/mp/src/materialsystem/stdshaders/fxctmp9/example_model_vs20.inc b/mp/src/materialsystem/stdshaders/fxctmp9/example_model_vs20.inc index a8dbd23f..fcd08eb2 100644 --- a/mp/src/materialsystem/stdshaders/fxctmp9/example_model_vs20.inc +++ b/mp/src/materialsystem/stdshaders/fxctmp9/example_model_vs20.inc @@ -1,160 +1,160 @@ -#include "shaderlib/cshader.h"
-class example_model_vs20_Static_Index
-{
-public:
- example_model_vs20_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_example_model_vs20 0
-class example_model_vs20_Dynamic_Index
-{
-private:
- int m_nCOMPRESSED_VERTS;
-#ifdef _DEBUG
- bool m_bCOMPRESSED_VERTS;
-#endif
-public:
- void SetCOMPRESSED_VERTS( int i )
- {
- Assert( i >= 0 && i <= 1 );
- m_nCOMPRESSED_VERTS = i;
-#ifdef _DEBUG
- m_bCOMPRESSED_VERTS = true;
-#endif
- }
- void SetCOMPRESSED_VERTS( bool i )
- {
- m_nCOMPRESSED_VERTS = i ? 1 : 0;
-#ifdef _DEBUG
- m_bCOMPRESSED_VERTS = true;
-#endif
- }
-private:
- int m_nDOWATERFOG;
-#ifdef _DEBUG
- bool m_bDOWATERFOG;
-#endif
-public:
- void SetDOWATERFOG( int i )
- {
- Assert( i >= 0 && i <= 1 );
- m_nDOWATERFOG = i;
-#ifdef _DEBUG
- m_bDOWATERFOG = true;
-#endif
- }
- void SetDOWATERFOG( bool i )
- {
- m_nDOWATERFOG = i ? 1 : 0;
-#ifdef _DEBUG
- m_bDOWATERFOG = true;
-#endif
- }
-private:
- int m_nSKINNING;
-#ifdef _DEBUG
- bool m_bSKINNING;
-#endif
-public:
- void SetSKINNING( int i )
- {
- Assert( i >= 0 && i <= 1 );
- m_nSKINNING = i;
-#ifdef _DEBUG
- m_bSKINNING = true;
-#endif
- }
- void SetSKINNING( bool i )
- {
- m_nSKINNING = i ? 1 : 0;
-#ifdef _DEBUG
- m_bSKINNING = true;
-#endif
- }
-private:
- int m_nLIGHTING_PREVIEW;
-#ifdef _DEBUG
- bool m_bLIGHTING_PREVIEW;
-#endif
-public:
- void SetLIGHTING_PREVIEW( int i )
- {
- Assert( i >= 0 && i <= 1 );
- m_nLIGHTING_PREVIEW = i;
-#ifdef _DEBUG
- m_bLIGHTING_PREVIEW = true;
-#endif
- }
- void SetLIGHTING_PREVIEW( bool i )
- {
- m_nLIGHTING_PREVIEW = i ? 1 : 0;
-#ifdef _DEBUG
- m_bLIGHTING_PREVIEW = true;
-#endif
- }
-private:
- int m_nNUM_LIGHTS;
-#ifdef _DEBUG
- bool m_bNUM_LIGHTS;
-#endif
-public:
- void SetNUM_LIGHTS( int i )
- {
- Assert( i >= 0 && i <= 4 );
- m_nNUM_LIGHTS = i;
-#ifdef _DEBUG
- m_bNUM_LIGHTS = true;
-#endif
- }
- void SetNUM_LIGHTS( bool i )
- {
- m_nNUM_LIGHTS = i ? 1 : 0;
-#ifdef _DEBUG
- m_bNUM_LIGHTS = true;
-#endif
- }
-public:
- example_model_vs20_Dynamic_Index()
- {
-#ifdef _DEBUG
- m_bCOMPRESSED_VERTS = false;
-#endif // _DEBUG
- m_nCOMPRESSED_VERTS = 0;
-#ifdef _DEBUG
- m_bDOWATERFOG = false;
-#endif // _DEBUG
- m_nDOWATERFOG = 0;
-#ifdef _DEBUG
- m_bSKINNING = false;
-#endif // _DEBUG
- m_nSKINNING = 0;
-#ifdef _DEBUG
- m_bLIGHTING_PREVIEW = false;
-#endif // _DEBUG
- m_nLIGHTING_PREVIEW = 0;
-#ifdef _DEBUG
- m_bNUM_LIGHTS = false;
-#endif // _DEBUG
- m_nNUM_LIGHTS = 0;
- }
- 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
- bool bAllDynamicVarsDefined = m_bCOMPRESSED_VERTS && m_bDOWATERFOG && m_bSKINNING && m_bLIGHTING_PREVIEW && m_bNUM_LIGHTS;
- Assert( bAllDynamicVarsDefined );
-#endif // _DEBUG
- return ( 1 * m_nCOMPRESSED_VERTS ) + ( 2 * m_nDOWATERFOG ) + ( 4 * m_nSKINNING ) + ( 8 * m_nLIGHTING_PREVIEW ) + ( 16 * m_nNUM_LIGHTS ) + 0;
- }
-};
-#define shaderDynamicTest_example_model_vs20 vsh_forgot_to_set_dynamic_COMPRESSED_VERTS + vsh_forgot_to_set_dynamic_DOWATERFOG + vsh_forgot_to_set_dynamic_SKINNING + vsh_forgot_to_set_dynamic_LIGHTING_PREVIEW + vsh_forgot_to_set_dynamic_NUM_LIGHTS + 0
+#include "shaderlib/cshader.h" +class example_model_vs20_Static_Index +{ +public: + example_model_vs20_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_example_model_vs20 0 +class example_model_vs20_Dynamic_Index +{ +private: + int m_nCOMPRESSED_VERTS; +#ifdef _DEBUG + bool m_bCOMPRESSED_VERTS; +#endif +public: + void SetCOMPRESSED_VERTS( int i ) + { + Assert( i >= 0 && i <= 1 ); + m_nCOMPRESSED_VERTS = i; +#ifdef _DEBUG + m_bCOMPRESSED_VERTS = true; +#endif + } + void SetCOMPRESSED_VERTS( bool i ) + { + m_nCOMPRESSED_VERTS = i ? 1 : 0; +#ifdef _DEBUG + m_bCOMPRESSED_VERTS = true; +#endif + } +private: + int m_nDOWATERFOG; +#ifdef _DEBUG + bool m_bDOWATERFOG; +#endif +public: + void SetDOWATERFOG( int i ) + { + Assert( i >= 0 && i <= 1 ); + m_nDOWATERFOG = i; +#ifdef _DEBUG + m_bDOWATERFOG = true; +#endif + } + void SetDOWATERFOG( bool i ) + { + m_nDOWATERFOG = i ? 1 : 0; +#ifdef _DEBUG + m_bDOWATERFOG = true; +#endif + } +private: + int m_nSKINNING; +#ifdef _DEBUG + bool m_bSKINNING; +#endif +public: + void SetSKINNING( int i ) + { + Assert( i >= 0 && i <= 1 ); + m_nSKINNING = i; +#ifdef _DEBUG + m_bSKINNING = true; +#endif + } + void SetSKINNING( bool i ) + { + m_nSKINNING = i ? 1 : 0; +#ifdef _DEBUG + m_bSKINNING = true; +#endif + } +private: + int m_nLIGHTING_PREVIEW; +#ifdef _DEBUG + bool m_bLIGHTING_PREVIEW; +#endif +public: + void SetLIGHTING_PREVIEW( int i ) + { + Assert( i >= 0 && i <= 1 ); + m_nLIGHTING_PREVIEW = i; +#ifdef _DEBUG + m_bLIGHTING_PREVIEW = true; +#endif + } + void SetLIGHTING_PREVIEW( bool i ) + { + m_nLIGHTING_PREVIEW = i ? 1 : 0; +#ifdef _DEBUG + m_bLIGHTING_PREVIEW = true; +#endif + } +private: + int m_nNUM_LIGHTS; +#ifdef _DEBUG + bool m_bNUM_LIGHTS; +#endif +public: + void SetNUM_LIGHTS( int i ) + { + Assert( i >= 0 && i <= 4 ); + m_nNUM_LIGHTS = i; +#ifdef _DEBUG + m_bNUM_LIGHTS = true; +#endif + } + void SetNUM_LIGHTS( bool i ) + { + m_nNUM_LIGHTS = i ? 1 : 0; +#ifdef _DEBUG + m_bNUM_LIGHTS = true; +#endif + } +public: + example_model_vs20_Dynamic_Index() + { +#ifdef _DEBUG + m_bCOMPRESSED_VERTS = false; +#endif // _DEBUG + m_nCOMPRESSED_VERTS = 0; +#ifdef _DEBUG + m_bDOWATERFOG = false; +#endif // _DEBUG + m_nDOWATERFOG = 0; +#ifdef _DEBUG + m_bSKINNING = false; +#endif // _DEBUG + m_nSKINNING = 0; +#ifdef _DEBUG + m_bLIGHTING_PREVIEW = false; +#endif // _DEBUG + m_nLIGHTING_PREVIEW = 0; +#ifdef _DEBUG + m_bNUM_LIGHTS = false; +#endif // _DEBUG + m_nNUM_LIGHTS = 0; + } + 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 + bool bAllDynamicVarsDefined = m_bCOMPRESSED_VERTS && m_bDOWATERFOG && m_bSKINNING && m_bLIGHTING_PREVIEW && m_bNUM_LIGHTS; + Assert( bAllDynamicVarsDefined ); +#endif // _DEBUG + return ( 1 * m_nCOMPRESSED_VERTS ) + ( 2 * m_nDOWATERFOG ) + ( 4 * m_nSKINNING ) + ( 8 * m_nLIGHTING_PREVIEW ) + ( 16 * m_nNUM_LIGHTS ) + 0; + } +}; +#define shaderDynamicTest_example_model_vs20 vsh_forgot_to_set_dynamic_COMPRESSED_VERTS + vsh_forgot_to_set_dynamic_DOWATERFOG + vsh_forgot_to_set_dynamic_SKINNING + vsh_forgot_to_set_dynamic_LIGHTING_PREVIEW + vsh_forgot_to_set_dynamic_NUM_LIGHTS + 0 |