2022-07-01 22:50:22 +02:00
|
|
|
//===========================================================================//
|
|
|
|
//
|
|
|
|
// Purpose:
|
|
|
|
//
|
|
|
|
//===========================================================================//
|
|
|
|
#include "core/stdafx.h"
|
|
|
|
#include "materialsystem/cshaderglue.h"
|
|
|
|
|
2022-07-04 22:52:10 +02:00
|
|
|
int CShaderGlue::SetupShader(uint64_t nCount, uint64_t a3, void* pRawMaterialGlueWithoutVTable)
|
|
|
|
{
|
|
|
|
return CShaderGlue_SetupShader(this, nCount, a3, pRawMaterialGlueWithoutVTable);
|
|
|
|
}
|
2022-07-01 22:50:22 +02:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
void CShaderGlue_Attach()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
void CShaderGlue_Detach()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|