|
|
|
|
@ -159,11 +159,6 @@ template<UnsignedInt dimensions> class MAGNUM_SHADERS_EXPORT DistanceFieldVector
|
|
|
|
|
AbstractVector<dimensions>::bindVectorTexture(texture); |
|
|
|
|
return *this; |
|
|
|
|
} |
|
|
|
|
#ifdef MAGNUM_BUILD_DEPRECATED |
|
|
|
|
CORRADE_DEPRECATED("use bindVectorTexture() instead") DistanceFieldVector<dimensions>& setVectorTexture(GL::Texture2D& texture) { |
|
|
|
|
return bindVectorTexture(texture); |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
|