#include <shaderxml.h>
Public Member Functions | |
| ShaderXML () | |
| Constructs the parser and initializes xerces. | |
| ~ShaderXML () | |
| Destroys the parser and shuts down xerces. | |
| void | ParseXML (const std::string &fileName) |
| Parses the shader XML file. | |
| dtCore::ShaderXML::ShaderXML | ( | ) |
Constructs the parser and initializes xerces.
| dtCore::ShaderXML::~ShaderXML | ( | ) |
Destroys the parser and shuts down xerces.
| void dtCore::ShaderXML::ParseXML | ( | const std::string & | fileName | ) |
Parses the shader XML file.
| fileName | Full path to the xml file to parse. |