ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/gldebug.h
(Generate patch)

Comparing libgender/gldebug.h (file contents):
Revision 1.2 by root, Sat Oct 23 02:27:51 2004 UTC vs.
Revision 1.3 by root, Tue Jul 19 03:35:54 2005 UTC

1#define GLDEBUG_H
1#ifndef GLDEBUG_H 2#ifndef GLDEBUG_H
2#define GLDEBUG_H 3#define GLDEBUG_H
3 4
4#define glVertexAttrib2hNV(...) do { glVertexAttrib2hNV(__VA_ARGS__); ::gl::errchk("glVertexAttrib2hNV", # __VA_ARGS__, __FILE__, __LINE__); } while (0) 5#define glVertexAttrib2hNV(...) do { glVertexAttrib2hNV(__VA_ARGS__); ::gl::errchk("glVertexAttrib2hNV", # __VA_ARGS__, __FILE__, __LINE__); } while (0)
5#define glUniform2iARB(...) do { glUniform2iARB(__VA_ARGS__); ::gl::errchk("glUniform2iARB", # __VA_ARGS__, __FILE__, __LINE__); } while (0) 6#define glUniform2iARB(...) do { glUniform2iARB(__VA_ARGS__); ::gl::errchk("glUniform2iARB", # __VA_ARGS__, __FILE__, __LINE__); } while (0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines