GLShader.getUniformName
string getUniformName(int idx)Get the name of the declared uniform for this shader at index idx.
Parameters
idx | index of the uniform |
Returns
The name of the declared uniform
string getUniformName(int idx)Get the name of the declared uniform for this shader at index idx.
idx | index of the uniform |