mirror of
https://github.com/Gigaslav/HL2Overcharged.git
synced 2026-01-06 10:10:03 +03:00
Init comit
This commit is contained in:
43
materialsystem/stdshaders/include/cloud_vs20.inc
Normal file
43
materialsystem/stdshaders/include/cloud_vs20.inc
Normal file
@@ -0,0 +1,43 @@
|
||||
// ALL SKIP STATEMENTS THAT AFFECT THIS SHADER!!!
|
||||
// defined $LIGHTING_PREVIEW && defined $FASTPATH && $LIGHTING_PREVIEW && $FASTPATH
|
||||
|
||||
#ifndef CLOUD_VS20_H
|
||||
#define CLOUD_VS20_H
|
||||
|
||||
#include "shaderapi/ishaderapi.h"
|
||||
#include "shaderapi/ishadershadow.h"
|
||||
#include "materialsystem/imaterialvar.h"
|
||||
|
||||
class cloud_vs20_Static_Index
|
||||
{
|
||||
public:
|
||||
cloud_vs20_Static_Index( IShaderShadow* pShaderShadow, IMaterialVar** params )
|
||||
{
|
||||
}
|
||||
|
||||
int GetIndex() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
|
||||
#define shaderStaticTest_cloud_vs20 1
|
||||
|
||||
|
||||
class cloud_vs20_Dynamic_Index
|
||||
{
|
||||
public:
|
||||
cloud_vs20_Dynamic_Index( IShaderDynamicAPI* pShaderAPI )
|
||||
{
|
||||
}
|
||||
|
||||
int GetIndex() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
|
||||
#define shaderDynamicTest_cloud_vs20 1
|
||||
|
||||
|
||||
#endif // CLOUD_VS20_H
|
||||
Reference in New Issue
Block a user