Ignore:
Timestamp:
Oct 29, 2008 11:39:56 AM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/Trace.h

    r1196 r1199  
    22#define __TRACE_H__
    33
     4#include <GL/glew.h>
     5#include <GL/glut.h>
     6
    47extern void Trace(const char* format, ...);
    5 extern void CheckFramebuffer(const char *string);
     8extern bool CheckFramebuffer(GLenum *statusPtr);
     9extern void PrintFramebufferStatus(GLenum status, const char *string);
    610extern bool CheckGL(const char *string);
    711#endif
Note: See TracChangeset for help on using the changeset viewer.