#include "RenderTexture.h"
#include <GL/glut.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <assert.h>
#include <iostream>
Functions | |
void | PrintExtensionError (char *strMsg,...) |
Prints an error about missing OpenGL extensions. |
Implementation of class RenderTexture. A multi-format render to texture wrapper.