#include <ShInterp.hpp>
Public Types | |
| typedef T::return_type | return_type |
Public Member Functions | |
| ShInterp () | |
| ShInterp (int width) | |
| ShInterp (int width, int height) | |
| ShInterp (int width, int height, int depth) | |
Static Public Member Functions | |
| static int | level () |
Use this template to indicate that a texture should be interpolated to a particular level L. For example, ShInterp<0, T> implies a nearest-neighbour lookup, whereas ShInterp<1, T> implies linear interpolation.
Definition at line 32 of file ShInterp.hpp.
1.4.3-20050530