Ignore:
Timestamp:
10/12/08 15:43:22 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/DeferredRenderer.h

    r3021 r3026  
    107107                                        FrameBufferObject *downSampleFbo, int downSampleBufferIdx); 
    108108 
     109        void DrawQuad(ShaderProgram *p); 
     110 
     111        static bool InitProgram(ShaderProgram **program,  
     112                                    CGcontext context,  
     113                                                        const std::string &filename, 
     114                                                        const std::string &functionName); 
     115 
    109116 
    110117        //////////// 
Note: See TracChangeset for help on using the changeset viewer.