n/basis: instantiate truncating filters
This commit is contained in:
parent
22c1f72a05
commit
264b20f3fe
@ -181,10 +181,12 @@ value<T,L>::operator() (T x, T y) const
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
namespace util { namespace noise {
|
||||
template struct value<float, lerp::trunc>;
|
||||
template struct value<float, lerp::linear>;
|
||||
template struct value<float, lerp::cubic>;
|
||||
template struct value<float, lerp::quintic>;
|
||||
|
||||
template struct value<double, lerp::trunc>;
|
||||
template struct value<double, lerp::linear>;
|
||||
template struct value<double, lerp::cubic>;
|
||||
template struct value<double, lerp::quintic>;
|
||||
|
Loading…
Reference in New Issue
Block a user