Eulerian Smoke Simulation on the GPU
src/GLUtil.cpp File Reference

Implementation file for the OpenGL Utility functions. More...

#include "GLUtil.h"
#include <iostream>

Functions

void checkFboCompleteness ()
 a method to check a FBO's completeness
bool getGLError (const char *_errorMessage)
 a method to print an OpenGL error

Detailed Description

Implementation file for the OpenGL Utility functions.


Function Documentation

bool getGLError ( const char *  _errorMessage = 0)

a method to print an OpenGL error

Parameters:
[in]_errorMessagea message to print along with the OpenGL error
Returns:
returns false if no error occured and true otherwise
 All Classes Files Functions Variables