OpenGL Super Bible! Page 75 auxReshapeFunc Purpose Establishes a callback function to handle window dimension and size changes. Include File Syntax void auxReshapeFunc(AUXRESHAPEPROC func) Description This function is called to establish a callback function that the AUX library will call whenever the window size or shape changes. Typically this function modifies the viewport and clipping volume to perform image scaling. Parameters func This callback function is prototyped as void CALLBACK Reshape(GLsizei width, GLsizei height) This function receives the new width and height of the window. Returns None. Example See the SCALE example from this chapter. See Also auxIdleFunc, auxMainLoop
Note: In case you are looking for affordable webhost to host and run your web application check Vision http web server services
This entry was posted
on Monday, May 7th, 2007 at 10:06 pm and is filed under Coldfusion.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.