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