Method
Gsk.GLShader.get_arg_vec2
Declaration [src]
void
gsk_gl_shader_get_arg_vec2 (
  GskGLShader* shader,
  GBytes* args,
  int idx,
  graphene_vec2_t* out_value
)
Description [src]
Gets the value of the uniform idx in the args block.
The uniform must be of vec2 type.