Don't have an account? Sign Up
struct SShaderTextureSlot { string m_Name; string m_Description; byte m_TexType; };
IShader.h
string m_Description;
string m_Name;
byte m_TexType;
void GetMemoryUsage(ICrySizer * pSizer) const;
SShaderTextureSlot();