gl -> opengl
This commit is contained in:
parent
ab9dba7f74
commit
9dfcb45c0c
5 changed files with 6 additions and 11 deletions
|
|
@ -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.}
|
||||
|
|
|
|||
|
|
@ -8,8 +8,7 @@
|
|||
# For the latest updates, visit Delphi3D: http://www.delphi3d.net
|
||||
#******************************************************************************
|
||||
|
||||
import
|
||||
GL
|
||||
import opengl
|
||||
|
||||
when defined(windows):
|
||||
{.push, callconv: stdcall.}
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@
|
|||
# For the latest updates, visit Delphi3D: http://www.delphi3d.net
|
||||
#******************************************************************************
|
||||
|
||||
import
|
||||
GL
|
||||
import opengl
|
||||
|
||||
when defined(windows):
|
||||
const
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import
|
||||
gl, windows
|
||||
import opengl, windows
|
||||
|
||||
proc wglGetExtensionsStringARB*(hdc: HDC): cstring{.dynlib: dllname,
|
||||
importc: "wglGetExtensionsStringARB".}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue