mirror of
https://github.com/Gigaslav/HL2Overcharged.git
synced 2026-09-21 20:15:06 +03:00
40 lines
932 B
C++
40 lines
932 B
C++
#ifndef LIGHTMAPPEDGENERIC_LIGHTINGONLY_OVERBRIGHT2_PS20B_H
|
|
#define LIGHTMAPPEDGENERIC_LIGHTINGONLY_OVERBRIGHT2_PS20B_H
|
|
|
|
#include "shaderapi/ishaderapi.h"
|
|
#include "shaderapi/ishadershadow.h"
|
|
#include "materialsystem/imaterialvar.h"
|
|
|
|
class lightmappedgeneric_lightingonly_overbright2_ps20b_Static_Index
|
|
{
|
|
public:
|
|
lightmappedgeneric_lightingonly_overbright2_ps20b_Static_Index( IShaderShadow* pShaderShadow, IMaterialVar** params )
|
|
{
|
|
}
|
|
|
|
int GetIndex() const
|
|
{
|
|
return 0;
|
|
}
|
|
};
|
|
|
|
#define shaderStaticTest_lightmappedgeneric_lightingonly_overbright2_ps20b 1
|
|
|
|
|
|
class lightmappedgeneric_lightingonly_overbright2_ps20b_Dynamic_Index
|
|
{
|
|
public:
|
|
lightmappedgeneric_lightingonly_overbright2_ps20b_Dynamic_Index( IShaderDynamicAPI* pShaderAPI )
|
|
{
|
|
}
|
|
|
|
int GetIndex() const
|
|
{
|
|
return 0;
|
|
}
|
|
};
|
|
|
|
#define shaderDynamicTest_lightmappedgeneric_lightingonly_overbright2_ps20b 1
|
|
|
|
|
|
#endif // LIGHTMAPPEDGENERIC_LIGHTINGONLY_OVERBRIGHT2_PS20B_H
|