|
|
|
|
MGL_glSetDriver
Sets the currently active OpenGL driver
Declaration
ibool MGLAPI MGL_glSetDriver(
const char *name)
Prototype In
mgraph.h
Parameters
name |
Name of the OpenGL driver to make the current driver |
Return Value
True on success, false on failure.
Description
This function changes the currently active OpenGL driver to the name you pass in. Note that the name you pass in must be one of the names returned by the MGL_glEnumerateDrivers, or the function will fail.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com