diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-01-31 16:26:41 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-01-31 16:26:41 +0000 |
| commit | da3fd6d1f9a24f881ef09a170f998b471d054742 (patch) | |
| tree | 48a27d8ed51d519388f42315ae50285cd19e01fe /RenderScript/src/BlendStateDescParser.cpp | |
| parent | Updated HLSL2GLSLConverterApp (diff) | |
| download | DiligentTools-da3fd6d1f9a24f881ef09a170f998b471d054742.tar.gz DiligentTools-da3fd6d1f9a24f881ef09a170f998b471d054742.zip | |
Improved handling unordered_maps
Diffstat (limited to 'RenderScript/src/BlendStateDescParser.cpp')
| -rw-r--r-- | RenderScript/src/BlendStateDescParser.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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; |
