Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7780 in orxonox.OLD for branches/water/src/lib/graphics/shader.h


Ignore:
Timestamp:
May 24, 2006, 12:03:01 AM (18 years ago)
Author:
stefalie
Message:

branches/water: compiles, but the reflection texture bug isnt sovled yet; added a few things for the vert and frag shaders but nothing wants works the way its supposed to… and i feel frustrated, grr :-( … gn8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/water/src/lib/graphics/shader.h

    r7221 r7780  
    4747  inline static void restoreShader() { if (storedShader != NULL) storedShader->activateShader(); storedShader = NULL; };
    4848
     49  GLhandleARB getProgram() { return this->shaderProgram; }
     50  GLhandleARB getVertexS() { return this->vertexShader; }
     51  GLhandleARB getFragmentS() { return this->fragmentShader; }
    4952
    5053  void printError(GLhandleARB program);
Note: See TracChangeset for help on using the changeset viewer.