summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-03-16 06:29:23 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-03-16 06:29:23 +0000
commit00b3b73782db48fb33c3a96add65a58944a1ce4a (patch)
tree3b8ddf99e745639402c8aded74c53afdd1524fe9 /Graphics/GraphicsTools
parentRevert "Updated appveyor badge URL" (diff)
downloadDiligentCore-00b3b73782db48fb33c3a96add65a58944a1ce4a.tar.gz
DiligentCore-00b3b73782db48fb33c3a96add65a58944a1ce4a.zip
MathLib: added GetLinearTexFilterSampleInfo function
Diffstat (limited to 'Graphics/GraphicsTools')
-rw-r--r--Graphics/GraphicsTools/interface/MapHelper.hpp4
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