diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-03-16 06:29:23 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-03-16 06:29:23 +0000 |
| commit | 00b3b73782db48fb33c3a96add65a58944a1ce4a (patch) | |
| tree | 3b8ddf99e745639402c8aded74c53afdd1524fe9 /Graphics/GraphicsTools | |
| parent | Revert "Updated appveyor badge URL" (diff) | |
| download | DiligentCore-00b3b73782db48fb33c3a96add65a58944a1ce4a.tar.gz DiligentCore-00b3b73782db48fb33c3a96add65a58944a1ce4a.zip | |
MathLib: added GetLinearTexFilterSampleInfo function
Diffstat (limited to 'Graphics/GraphicsTools')
| -rw-r--r-- | Graphics/GraphicsTools/interface/MapHelper.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsTools/interface/MapHelper.hpp b/Graphics/GraphicsTools/interface/MapHelper.hpp index 5a307222..8de2e0cd 100644 --- a/Graphics/GraphicsTools/interface/MapHelper.hpp +++ b/Graphics/GraphicsTools/interface/MapHelper.hpp @@ -166,8 +166,8 @@ public: } private: - MapHelper(const MapHelper&); - MapHelper& operator=(const MapHelper&); + MapHelper(const MapHelper&) = delete; + MapHelper& operator=(const MapHelper&) = delete; template <typename PtrType, bool UseStrongReference> struct PtrTypeSelector |
