From da3fd6d1f9a24f881ef09a170f998b471d054742 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 31 Jan 2019 08:26:41 -0800 Subject: Improved handling unordered_maps --- RenderScript/src/BlendStateDescParser.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'RenderScript/src/BlendStateDescParser.cpp') diff --git a/RenderScript/src/BlendStateDescParser.cpp b/RenderScript/src/BlendStateDescParser.cpp index 3702628..dbc4529 100644 --- a/RenderScript/src/BlendStateDescParser.cpp +++ b/RenderScript/src/BlendStateDescParser.cpp @@ -26,14 +26,6 @@ #include "LuaWrappers.h" #include "ClassMethodBinding.h" - -namespace std -{ - DEFINE_ENUM_HASH( Diligent::BLEND_FACTOR ) - DEFINE_ENUM_HASH( Diligent::BLEND_OPERATION ) - DEFINE_ENUM_HASH( Diligent::COLOR_MASK ) -} - namespace Diligent { class RenderTargetBlendDescArrayParser; -- cgit v1.2.3