Tucano
0.1
A library for rapid prototyping with modern OpenGL and GLSL
|
#include <GL/glew.h>
#include <GL/glu.h>
#include <iostream>
#include <string>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
Tucano | |
Tucano::Misc | |
Macros | |
#define | stringify(x) stringify_literal( x ) |
#define | stringify_literal(x) # x |
Functions | |
void | Tucano::Misc::errorCheckFunc (std::string file, int line, std::string message="") |
GL error check method. More... | |
void | Tucano::Misc::initGlew (void) |
Initialize Glew. More... | |
#define stringify | ( | x | ) | stringify_literal( x ) |
Tucano - A library for rapid prototying with Modern OpenGL and GLSL Copyright (C) 2014 LCG - Laboratório de Computação Gráfica (Computer Graphics Lab) - COPPE UFRJ - Federal University of Rio de Janeiro
This file is part of Tucano Library.
Tucano Library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Tucano Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Tucano Library. If not, see http://www.gnu.org/licenses/.
#define stringify_literal | ( | x | ) | # x |