In file ./include/callgl_objects.hxx:

template<GLuint TARGET> class CallGL::Program

An instance of a GL program (eg.

Documentation

An instance of a GL program (eg. vertex or fragment program) loaded into the driver. The Program objects are immutable with value semantics. Example: NVProg code("!!VP1.0 MOV o[HPOS],v[OPOS];END");

Inheritance:

Program


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.