#define VERIFY(a)
Definition: main.h:325
#include <main.h>#include <iostream>#include <GL/glew.h>#include <Eigen/OpenGLSupport>#include <GL/glut.h>
Go to the source code of this file.
Macros | |
| #define | VERIFY_MATRIX(CODE, REF) |
| #define | VERIFY_UNIFORM(SUFFIX, NAME, TYPE) |
| #define | VERIFY_UNIFORMi(NAME, TYPE) |
Functions | |
| GLint | createShader (const char *vtx, const char *frg) |
| void | printInfoLog (GLuint objectID) |
| void | test_openglsupport () |
| #define VERIFY_MATRIX | ( | CODE, | |
| REF | |||
| ) |
Definition at line 20 of file openglsupport.cpp.
| #define VERIFY_UNIFORM | ( | SUFFIX, | |
| NAME, | |||
| TYPE | |||
| ) |
Definition at line 31 of file openglsupport.cpp.
| #define VERIFY_UNIFORMi | ( | NAME, | |
| TYPE | |||
| ) |
Definition at line 44 of file openglsupport.cpp.
| GLint createShader | ( | const char * | vtx, |
| const char * | frg | ||
| ) |
Definition at line 72 of file openglsupport.cpp.
| void printInfoLog | ( | GLuint | objectID | ) |
Definition at line 57 of file openglsupport.cpp.
| void test_openglsupport | ( | ) |
Definition at line 109 of file openglsupport.cpp.