Classes | |
class | SamplerInterface |
Definition of the SamplerInterface class. More... | |
class | SamplerInterface |
Definition of the SamplerInterface class. More... | |
Functions | |
virtual bool | SamplerInterface::create (char *location, char *sampler_type, paramlist &pl)=0 |
virtual Sampler * | SamplerInterface::get (char *location)=0 |
virtual bool SamplerInterface::create | ( | char * | location, | |
char * | sampler_type, | |||
paramlist & | pl | |||
) | [pure virtual, inherited] |
Try to create a sampler for a given location.
location | the location of the sampler, sampler_type the method you want to use, | |
pl | the parameters list for the sampler to create. |
virtual Sampler* SamplerInterface::get | ( | char * | location | ) | [pure virtual, inherited] |
Returns a sampler given its location.
location | the sampler's location we want to have. |