source: trunk/packages/vizservers/nanovis/R2/include/R2/R2.h @ 2870

Last change on this file since 2870 was 2870, checked in by ldelgass, 12 years ago

remove global.h header. Move global Cg context handle into NvShader? as a
static member. Move LoadCgSourceProgram? to NvShader?.cpp, but make shader
classes use the methods NvShader::loadVertex/FragmentProgram instead.
There are still some users of LoadCgSourceProgram? left that need the context
handle.

  • Property svn:eol-style set to native
File size: 101 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2#ifndef R2_H
3#define R2_H
4
5#endif
6
Note: See TracBrowser for help on using the repository browser.