summaryrefslogtreecommitdiffstats
path: root/RenderScript/include/BufferParser.h
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/include/BufferParser.h
parentUpdated HLSL2GLSLConverterApp (diff)
downloadDiligentTools-da3fd6d1f9a24f881ef09a170f998b471d054742.tar.gz
DiligentTools-da3fd6d1f9a24f881ef09a170f998b471d054742.zip
Improved handling unordered_maps
Diffstat (limited to 'RenderScript/include/BufferParser.h')
-rw-r--r--RenderScript/include/BufferParser.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/RenderScript/include/BufferParser.h b/RenderScript/include/BufferParser.h
index 2ae0349..82a244b 100644
--- a/RenderScript/include/BufferParser.h
+++ b/RenderScript/include/BufferParser.h
@@ -28,12 +28,6 @@
#include "EngineObjectParserCommon.h"
#include "ClassMethodBinding.h"
-namespace std
-{
- DEFINE_ENUM_HASH( Diligent::BUFFER_MODE )
- DEFINE_ENUM_HASH( Diligent::SET_VERTEX_BUFFERS_FLAGS )
-}
-
namespace Diligent
{
class BufferParser final : public EngineObjectParserCommon<IBuffer>