Home
last modified time | relevance | path

Searched defs:NullProgramObject (Results 1 – 1 of 1) sorted by relevance

/dports/games/spring/spring_98.0/rts/Rendering/Shaders/
H A DShader.h223 NullProgramObject(const std::string& poName): IProgramObject(poName) {} in NullProgramObject() argument
224 void Enable() {} in Enable()
225 void Disable() {} in Disable()
226 void Release() {} in Release()
227 void Reload(bool reloadFromDisk) {} in Reload()
232 void SetUniform1i(int idx, int v0) {} in SetUniform1i()
236 void SetUniform1f(int idx, float v0) {} in SetUniform1f()
241 void SetUniform2iv(int idx, const int* v) {} in SetUniform2iv()
242 void SetUniform3iv(int idx, const int* v) {} in SetUniform3iv()
243 void SetUniform4iv(int idx, const int* v) {} in SetUniform4iv()
[all …]