#include "OgrePrerequisites.h"#include <windows.h>#include <wingdi.h>#include <GL/gl3w.h>#include <GL/glext.h>#include <GL/wglext.h>Go to the source code of this file.
Namespaces | |
| Ogre | |
Macros | |
| #define | __PRETTY_FUNCTION__ __FUNCTION__ |
| #define | _CRT_SECURE_NO_DEPRECATE |
| #define | _OgreGL3PlusExport __declspec(dllimport) |
| #define | ENABLE_GL_CHECK 0 |
| #define | GL_BUFFER_OFFSET(i) ((char *)NULL + (i)) |
| #define | NOMINMAX |
| #define | OGRE_CHECK_GL_ERROR(glFunc) { glFunc; } |
| #define | WGL_WGLEXT_PROTOTYPES |
| #define | WIN32_LEAN_AND_MEAN |
Typedefs | |
| typedef SharedPtr< GL3PlusGpuProgram > | Ogre::GL3PlusGpuProgramPtr |
| typedef SharedPtr< GL3PlusTexture > | Ogre::GL3PlusTexturePtr |
| #define __PRETTY_FUNCTION__ __FUNCTION__ |
Definition at line 104 of file OgreGL3PlusPrerequisites.h.
| #define _CRT_SECURE_NO_DEPRECATE |
Definition at line 81 of file OgreGL3PlusPrerequisites.h.
| #define _OgreGL3PlusExport __declspec(dllimport) |
Definition at line 91 of file OgreGL3PlusPrerequisites.h.
| #define ENABLE_GL_CHECK 0 |
Definition at line 107 of file OgreGL3PlusPrerequisites.h.
| #define GL_BUFFER_OFFSET | ( | i | ) | ((char *)NULL + (i)) |
Definition at line 101 of file OgreGL3PlusPrerequisites.h.
| #define NOMINMAX |
Definition at line 55 of file OgreGL3PlusPrerequisites.h.
| #define OGRE_CHECK_GL_ERROR | ( | glFunc | ) | { glFunc; } |
Definition at line 132 of file OgreGL3PlusPrerequisites.h.
| #define WGL_WGLEXT_PROTOTYPES |
Definition at line 58 of file OgreGL3PlusPrerequisites.h.
| #define WIN32_LEAN_AND_MEAN |
Definition at line 53 of file OgreGL3PlusPrerequisites.h.
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri Feb 15 2019 14:33:40