Overview Function List GLOD Web Site

NAME

glodInit - Initializes the GLOD library

C SPECIFICATION

GLuint glodInit(void)

DESCRIPTION

This call initializes the GLOD library. This process includes binding to the various OpenGL extensions that GLOD uses to draw. Therefore, make sure you call glodInit after you have initialized your OpenGL context.

GLOD will fail explosively if you forget to call this function.

RETURN VALUES

1 on success, 0 on failure. glodGetError will be set to something diagnostic. At the moment, this function will not fail.

ERRORS

No errors are yet reported by glodInit. This is expected to change with code maturity.


Last modified: 06/10/04 06:32:18 PM