diff options
author | scuri <scuri> | 2010-10-13 19:19:03 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-10-13 19:19:03 +0000 |
commit | eef7ae01a9757f5e4a0693d539ee1fac5b09e756 (patch) | |
tree | 115563a582bdfc2df884eed611eec530db246142 /html/en/drv/gl.html | |
parent | ccb038c14044d74e1a56f8fa20a9b3d958888735 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/drv/gl.html')
-rw-r--r-- | html/en/drv/gl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/en/drv/gl.html b/html/en/drv/gl.html index ffe3d65..8b78ca5 100644 --- a/html/en/drv/gl.html +++ b/html/en/drv/gl.html @@ -28,7 +28,7 @@ API functions, which it was written against the <a href="http://www.freetype.org/">Free Type</a> library.</p> <p>The driver is not dependent of system functions. It uses only the OpenGL -portable funtions. So if the window canvas changes its size the attribute "SIZE" +portable functions. So if the window canvas changes its size the attribute "SIZE" must be set with the new size or cdCanvasGetSize will return an incorrect value.</p> <h3>Use</h3> @@ -50,7 +50,7 @@ must be set with the new size or cdCanvasGetSize will return an incorrect value. and the OpenGL library. The FTGL library is dependent also on the GLU library. In UNIX <strong>cdgl</strong> is also dependent on <strong>iconv</strong>.</p> <p>In Lua, it is necessary to call function <font face="Courier"> <strong>cdluagl_open() </strong> </font>after a call - to function <strong><font face="Courier">cdlua_open()</font></strong>, apart from linkediting with the "<strong><font face="Courier">cdluagl</font></strong>" + to function <strong><font face="Courier">cdlua_open()</font></strong>, apart from linking with the "<strong><font face="Courier">cdluagl</font></strong>" library. This is not necessary if you do require"cdluagl". </p> <h3>Behavior of Functions</h3> |