#include <ShClamping.hpp>
Public Types | |
typedef ShClamped< typename T::rectangular_type > | rectangular_type |
typedef T::base_type | base_type |
typedef T::return_type | return_type |
Public Member Functions | |
ShClamped (int width) | |
ShClamped (int width, int height) | |
ShClamped (int width, int height, int depth) |
Use this template to indicate that a texture should be set up with the clamp trait enabled. This version can be used with any dimension of texture.
Definition at line 38 of file ShClamping.hpp.