gl -> opengl

This commit is contained in:
EXetoC 2014-06-03 12:48:23 +02:00
commit 9dfcb45c0c
5 changed files with 6 additions and 11 deletions

View file

@ -17,8 +17,7 @@ when defined(windows):
{.push, callconv: stdcall.}
else:
{.push, callconv: cdecl.}
import
gl
import opengl
type
GLcharARB* = Char
@ -4670,4 +4669,4 @@ const
GL_STENCIL_BACK_VALUE_MASK* = 0x00008CA4
GL_STENCIL_BACK_WRITEMASK* = 0x00008CA5
{.pop.}
{.pop.}

View file

@ -8,8 +8,7 @@
# For the latest updates, visit Delphi3D: http://www.delphi3d.net
#******************************************************************************
import
GL
import opengl
when defined(windows):
{.push, callconv: stdcall.}

View file

@ -15,8 +15,7 @@
# For the latest updates, visit Delphi3D: http://www.delphi3d.net
#******************************************************************************
import
GL
import opengl
when defined(windows):
const

View file

@ -23,8 +23,7 @@
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
import
X, XLib, XUtil, gl
import X, XLib, XUtil, opengl
when defined(windows):
const

View file

@ -1,5 +1,4 @@
import
gl, windows
import opengl, windows
proc wglGetExtensionsStringARB*(hdc: HDC): cstring{.dynlib: dllname,
importc: "wglGetExtensionsStringARB".}