Skip to main content
GameDev.net gamedev.net
๐Ÿ”’ Locked

Errors: Help Me

Started by SteelBlue Aug 22, 2001 at 5:14 PM 0 replies 400+ views
Original Post
SteelBlue
SteelBlue
These are the errors i get C:\My Documents\C++ Programming\OpenGL\FirstOpenGL\FirstOpenGL.cpp(43) : error C2065: ''glClearDept'' : undeclared identifier C:\My Documents\C++ Programming\OpenGL\FirstOpenGL\FirstOpenGL.cpp(45) : error C2065: ''glDeptFunc'' : undeclared identifier C:\My Documents\C++ Programming\OpenGL\FirstOpenGL\FirstOpenGL.cpp(55) : error C2065: ''GL_DEPT_BUFFER_BIT'' : undeclared identifier Error executing cl.exe. i have these include statements #include #include #include #include Other gl calls such as the ones below works fine. glViewport( 0, 0, width, height ); glMatrixMode( GL_PROJECTION ); glLoadIdentity(); Tha Funkalicious one
Tha Funkalicious one

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.