summaryrefslogtreecommitdiffstats
path: root/RenderScript/src/PSODescParser.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-01-31 16:26:41 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-01-31 16:26:41 +0000
commitda3fd6d1f9a24f881ef09a170f998b471d054742 (patch)
tree48a27d8ed51d519388f42315ae50285cd19e01fe /RenderScript/src/PSODescParser.cpp
parentUpdated HLSL2GLSLConverterApp (diff)
downloadDiligentTools-da3fd6d1f9a24f881ef09a170f998b471d054742.tar.gz
DiligentTools-da3fd6d1f9a24f881ef09a170f998b471d054742.zip
Improved handling unordered_maps
Diffstat (limited to 'RenderScript/src/PSODescParser.cpp')
-rw-r--r--RenderScript/src/PSODescParser.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/RenderScript/src/PSODescParser.cpp b/RenderScript/src/PSODescParser.cpp
index 3099140..b1da543 100644
--- a/RenderScript/src/PSODescParser.cpp
+++ b/RenderScript/src/PSODescParser.cpp
@@ -28,11 +28,6 @@
#include "DepthStencilStateDescParser.h"
#include "InputLayoutDescParser.h"
-namespace std
-{
- DEFINE_ENUM_HASH( Diligent::PRIMITIVE_TOPOLOGY )
-}
-
namespace Diligent
{
class RTVFormatsParser;