|
| | ProgramBase (GLenum tgt) |
| |
| bool | is_valid () const |
| |
| GLuint | id () const |
| |
|
virtual void | bind ()=0 |
| |
|
virtual void | unbind ()=0 |
| |
|
virtual bool | load (const char *prog_text)=0 |
| |
| bool | load_file (const char *_filename) |
| |
Definition at line 553 of file globjects.hh.
◆ ProgramBase()
| ACG::ProgramBase::ProgramBase |
( |
GLenum |
tgt | ) |
|
|
inline |
◆ ~ProgramBase()
| virtual ACG::ProgramBase::~ProgramBase |
( |
| ) |
|
|
inlinevirtual |
◆ id()
| GLuint ACG::ProgramBase::id |
( |
| ) |
const |
|
inline |
◆ is_valid()
| bool ACG::ProgramBase::is_valid |
( |
| ) |
const |
|
inline |
◆ load_file()
| bool ACG::ProgramBase::load_file |
( |
const char * |
_filename | ) |
|
|
inline |
◆ program
| GLuint ACG::ProgramBase::program |
|
protected |
◆ target
| GLenum ACG::ProgramBase::target |
|
protected |
◆ valid
| bool ACG::ProgramBase::valid |
|
protected |
The documentation for this class was generated from the following file: