Go to the source code of this file.
Functions | |
BOOL | OpenGL_TestError (BOOL resultOnMessageBox=TRUE, BOOL resultOnMyDebug=FALSE, HWND hWnd=NULL) |
Test s'il y a une erreur openGL. | |
void | OpenGL_ViewVersionExtansions (char *extensions, MyString &result) |
void | OpenGL_ViewVersion () |
int | OpenGL_InitMultisample (HWND hWnd) |
BOOL | OpenGL_ExtensionSupported (const char *extension) |
void | accFrustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble znear, GLdouble zfar, GLdouble pixdx, GLdouble pixdy, GLdouble eyedx, GLdouble eyedy, GLdouble focus) |
void | accPerspective (GLdouble fovy, GLdouble aspect, GLdouble znear, GLdouble zfar, GLdouble pixdx, GLdouble pixdy, GLdouble eyedx, GLdouble eyedy, GLdouble focus) |
Definition in file openGL_tools.h.
|
Definition at line 243 of file openGL_tools.cpp. References bottom, GLint(), and top. Referenced by accPerspective(). |
|
Definition at line 280 of file openGL_tools.cpp. References accFrustum(), bottom, PI_, and top. Referenced by ControlEngine::SetPerspective(). |
|
Definition at line 133 of file openGL_tools.cpp. References BOOL(), HDC(), and p. Referenced by OpenGL_InitMultisample(). |
|
Definition at line 173 of file openGL_tools.cpp. References HDC(), OpenGL_ExtensionSupported(), WGL_ACCELERATION_ARB, WGL_ALPHA_BITS_ARB, WGL_COLOR_BITS_ARB, WGL_DEPTH_BITS_ARB, WGL_DOUBLE_BUFFER_ARB, WGL_DRAW_TO_WINDOW_ARB, WGL_FULL_ACCELERATION_ARB, WGL_SAMPLE_BUFFERS_ARB, WGL_SAMPLES_ARB, WGL_STENCIL_BITS_ARB, and WGL_SUPPORT_OPENGL_ARB. Referenced by Screen::BindOpenGL(). |
|
Test s'il y a une erreur openGL. si hWnd specifié, arrete le timer si erreur
Definition at line 35 of file openGL_tools.cpp. References MyString::AddFormat(), BOOL(), MyString::Format(), and MyDebug::SendLine(). |
|
Definition at line 111 of file openGL_tools.cpp. References OpenGL_ViewVersionExtansions(). |
|
Definition at line 94 of file openGL_tools.cpp. Referenced by OpenGL_ViewVersion(). |