Developer Documentation
|
Public Attributes | |
std::string | vs_ |
vertex shader More... | |
std::string | tcs_ |
tess-control More... | |
std::string | tes_ |
tess-eval More... | |
std::string | gs_ |
geometry More... | |
std::string | fs_ |
fragment More... | |
bool | relativePaths_ |
rel or abs path More... | |
Definition at line 745 of file BaseNode.hh.
std::string ACG::SceneGraph::BaseNode::ShaderSet::fs_ |
fragment
Definition at line 762 of file BaseNode.hh.
std::string ACG::SceneGraph::BaseNode::ShaderSet::gs_ |
geometry
Definition at line 759 of file BaseNode.hh.
bool ACG::SceneGraph::BaseNode::ShaderSet::relativePaths_ |
rel or abs path
Definition at line 765 of file BaseNode.hh.
std::string ACG::SceneGraph::BaseNode::ShaderSet::tcs_ |
tess-control
Definition at line 753 of file BaseNode.hh.
std::string ACG::SceneGraph::BaseNode::ShaderSet::tes_ |
tess-eval
Definition at line 756 of file BaseNode.hh.
std::string ACG::SceneGraph::BaseNode::ShaderSet::vs_ |
vertex shader
Definition at line 750 of file BaseNode.hh.