get_param

Undocumented in source. Be warned that the author may not have intended to support it.
  1. GLError get_param(const(Shader) self, GLParam param, int val)
    nothrow
    get_param
    (
    ref const(Shader) self
    ,
    GLParam param
    ,
    ref int val
    )
  2. GLError get_param(const(Program) self, GLParam param, int val)
  3. alias get_param(GLParam p) = get_param_!p

Meta