Mercator
Public Member Functions | List of all members
Mercator::ShaderKit Class Referenceabstract

Interface for shader factory objects. More...

#include <ShaderFactory.h>

Inheritance diagram for Mercator::ShaderKit:
Mercator::ShaderFactory< T >

Public Member Functions

virtual ShadernewShader (const Shader::Parameters &) const =0
 Create a new Shader instance. More...
 

Detailed Description

Interface for shader factory objects.

Member Function Documentation

virtual Shader* Mercator::ShaderKit::newShader ( const Shader::Parameters ) const
pure virtual

Create a new Shader instance.

Returns
a pointer to the new Shader.

Implemented in Mercator::ShaderFactory< T >.


The documentation for this class was generated from the following files: