Graphite
Version 3
An experimental 3D geometry processing program
|
Helper class to register a new Shader associated with a Grob. More...
#include <OGF/scene_graph/types/scene_graph_library.h>
Public Member Functions | |
ogf_register_grob_shader (const std::string &shader_user_name="") | |
Registers a new Shader associated with a Grob. More... | |
Helper class to register a new Shader associated with a Grob.
Definition at line 515 of file scene_graph_library.h.
|
inline |
Registers a new Shader associated with a Grob.
[in] | shader_user_name | an optional shader name to be exposed to the user instead of the Shader class name. |
Example:
Definition at line 527 of file scene_graph_library.h.