]> git.mxchange.org Git - simgear.git/blob - simgear/scene/material/Pass.cxx
Work in progress for Technique validation
[simgear.git] / simgear / scene / material / Pass.cxx
1 #include "Pass.hxx"
2
3 namespace simgear
4 {
5
6 Pass::Pass(const Pass& rhs, const osg::CopyOp& copyop) :
7     osg::StateSet(rhs, copyop)
8 {
9 }
10 }