summaryrefslogtreecommitdiffstats
path: root/RenderScript/include/DrawAttribsParser.h
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-04-14 18:29:09 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-04-14 18:29:09 +0000
commitc09883fbe3951cd77543003ae1c6fdf6e5a11517 (patch)
tree4bbcf4b08d6825f904bb613f3463dcfda7964a61 /RenderScript/include/DrawAttribsParser.h
parentMinor update to comply with updated graphics types (diff)
downloadDiligentTools-c09883fbe3951cd77543003ae1c6fdf6e5a11517.tar.gz
DiligentTools-c09883fbe3951cd77543003ae1c6fdf6e5a11517.zip
Moved primitive topology from draw attribs to pipeline desc; fixed multiple issue with mismatching types used by Lua parsers
Diffstat (limited to 'RenderScript/include/DrawAttribsParser.h')
-rw-r--r--RenderScript/include/DrawAttribsParser.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/RenderScript/include/DrawAttribsParser.h b/RenderScript/include/DrawAttribsParser.h
index cd1a9cb..e5eb3a9 100644
--- a/RenderScript/include/DrawAttribsParser.h
+++ b/RenderScript/include/DrawAttribsParser.h
@@ -28,11 +28,6 @@
#include "EngineObjectParserCommon.h"
#include "ClassMethodBinding.h"
-namespace std
-{
- DEFINE_ENUM_HASH( Diligent::PRIMITIVE_TOPOLOGY )
-}
-
namespace Diligent
{
class DrawAttribsParser : public EngineObjectParserBase
@@ -55,7 +50,6 @@ namespace Diligent
int DispatchCompute( lua_State * );
ClassMethodCaller<DrawAttribsParser> m_DispatchComputeBinding;
- EnumMapping<PRIMITIVE_TOPOLOGY> m_PrimTopologyEnumMapping;
EnumMapping<VALUE_TYPE> m_ValueTypeEnumMapping;
String m_BufferMetatableName;