Shader.HasUniform

HasUniform checks whenever the shader contains a unform with name "name" Returns true if it exists, false otherwise.

class Shader
bool
HasUniform
(
string name
)

Meta