Init comit

This commit is contained in:
Gigaslav
2025-05-21 21:20:08 +03:00
parent c59edfa1ce
commit 9a283535e7
5961 changed files with 2343666 additions and 0 deletions

View 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