Cumulia Illustrator Rendering Engine v1.0.0
A Rendering engine for industrial CAD/CAE model and optimized for greatest performance
 
Loading...
Searching...
No Matches
cil::Source Class Reference

The Source class inherits from the Variant, representing the OpenGl Shading Language. More...

#include <source.h>

Inheritance diagram for cil::Source:
cil::Variant cil::FragmentSource cil::GeometrySource cil::VertexSource

Public Member Functions

 Source (const std::string &text)
 
const std::string & data () const
 
- Public Member Functions inherited from cil::Variant
 Variant ()
 
virtual ~Variant ()
 
const std::string & type () const
 

Additional Inherited Members

- Protected Attributes inherited from cil::Variant
std::string m_type
 

Detailed Description

The Source class inherits from the Variant, representing the OpenGl Shading Language.

Constructor & Destructor Documentation

◆ Source()

cil::Source::Source ( const std::string & text)

Member Function Documentation

◆ data()

const std::string & cil::Source::data ( ) const