Mercator
Public Member Functions
Mercator::ShaderFactory< T > Class Template Reference

Factory template used to create ordinary shader objects. More...

#include <ShaderFactory.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class T>
class Mercator::ShaderFactory< T >

Factory template used to create ordinary shader objects.


Member Function Documentation

template<class T >
Shader * Mercator::ShaderFactory< T >::newShader ( const Shader::Parameters ) const [virtual]

Create a new Shader instance.

Returns:
a pointer to the new Shader.

Implements Mercator::ShaderKit.


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