[ci skip]fix warning for doxygen

This commit is contained in:
Huabing.Xu 2015-03-27 11:05:01 +08:00
parent f18fac48ed
commit cbcdef11c3
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public:
void setCallback(const std::function<void(GLProgram*, Uniform*)> &callback);
/**
Set texture to uniform value.
@param textureID The texture handle.
@param textureId The texture handle.
@param textureUnit The binding texture unit to be used in shader.
*/
void setTexture(GLuint textureId, GLuint textureUnit);