~tomprogs/gewoopi/trunk

« back to all changes in this revision

Viewing changes to include/gewoopi/video/render_target.hpp

  • Committer: Thomas Geymayer
  • Date: 2010-03-26 11:56:05 UTC
  • Revision ID: tomgey@gmail.com-20100326115605-iir4j91614620ij3
Fixed .obj loading, enable grabbing and general cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
// For conditions of distribution and use, see copyright notice in gewoopi.hpp
5
5
//------------------------------------------------------------------------------
6
6
 
 
7
/*!
 
8
 * @file
 
9
 * @brief
 
10
 * @details
 
11
 * @author Thomas Geymayer <tomgey@gmail.com>
 
12
 * @date Date of Creation: 03.05.2009
 
13
 */
 
14
 
7
15
#ifndef RENDER_TARGET_HPP_
8
16
#define RENDER_TARGET_HPP_
9
17