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.

Parameters

name const char*
 

uniform name

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string

Return value

Returns: int

The index of the uniform, or -1