OpenGL.getInteger

  1. bool getInteger(GLenum pname, out int result, string file = __FILE__, int line = __LINE__)
  2. int getInteger(GLenum pname, GLint defaultValue, bool logging, string file = __FILE__, int line = __LINE__)
    class OpenGL
    int
    getInteger
    (
    GLenum pname
    ,,
    bool logging
    ,
    string file = __FILE__
    ,
    int line = __LINE__
    )

Return Value

Type: int

The requested integer returned by glGetIntegerv or defaultValue if an error occured.

See Also

.

Meta