Ignore:
Timestamp:
May 11, 2009 4:39:13 PM (15 years ago)
Author:
gah
Message:

Initial commit of new flow visualization command structure

File:
1 edited

Legend:

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

    r1200 r1429  
    55#include <GL/glut.h>
    66
     7#define MAKE_STRING(x) #x
     8#define NEWSTRING(x) MAKE_STRING(x)
     9#define AT __FILE__ ":" NEWSTRING(__LINE__)
     10
    711extern void Trace(const char* format, ...);
    812extern bool CheckFBO(GLenum *statusPtr);
Note: See TracChangeset for help on using the changeset viewer.