Method
Gsk.GLShader.find_uniform_by_name
Declaration [src]
int
gsk_gl_shader_find_uniform_by_name (
  GskGLShader* shader,
  const char* name
)
Description [src]
Looks for a uniform by the name name, and returns the index
of the uniform, or -1 if it was not found.