Method
GskGLShaderget_arg_int
Declaration [src]
gint32
gsk_gl_shader_get_arg_int (
  GskGLShader* shader,
  GBytes* args,
  int idx
)
Description [src]
Gets the value of the uniform idx in the args block.
The uniform must be of int type.
Parameters
- args
- 
            Type: GBytesUniform arguments. The data is owned by the caller of the function. 
- idx
- 
            Type: intIndex of the uniform.