ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/libgender/material.C
(Generate patch)

Comparing cvsroot/libgender/material.C (file contents):
Revision 1.7 by root, Mon Oct 18 14:55:16 2004 UTC vs.
Revision 1.14 by root, Sat Oct 23 21:43:27 2004 UTC

1#include <cstdlib>
2#include <cstring>
3
4#include <algorithm>
5
1#include "opengl.h" 6#include "opengl.h"
2#include "material.h" 7#include "material.h"
8#include "util.h"
3 9
4material::~material () 10material::~material ()
5{ 11{
6} 12}
7 13
104void 110void
105init_shaders () 111init_shaders ()
106{ 112{
107 cgc = cgCreateContext (); 113 cgc = cgCreateContext ();
108} 114}
115

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines