Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5262 in orxonox.OLD for trunk/src/lib/graphics/graphics_engine.cc


Ignore:
Timestamp:
Sep 26, 2005, 11:33:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: file-parsing works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/graphics_engine.cc

    r5261 r5262  
    3131
    3232
     33#include "shader.h"
     34
    3335/**
    3436 *  standard constructor
    35    @todo this constructor is not jet implemented - do it
    36 */
     37 */
    3738GraphicsEngine::GraphicsEngine ()
    3839{
     
    6061  this->hwVersion = NULL;
    6162  this->hwExtensions = NULL;
     63
     64  Shader shader("test.txt");
     65  shader.debug();
     66  exit(-1);
    6267}
    6368
Note: See TracChangeset for help on using the changeset viewer.