summaryrefslogtreecommitdiffstats
path: root/RenderScript/src/InputLayoutDescParser.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-05-29 04:37:51 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-05-29 04:37:51 +0000
commitefbb8b10812698d177b8b0ae88ec1b20ee489155 (patch)
tree924ec4abfa256e5148030900a82629c44b02e2bb /RenderScript/src/InputLayoutDescParser.cpp
parentFixed clang build error (diff)
downloadDiligentTools-efbb8b10812698d177b8b0ae88ec1b20ee489155.tar.gz
DiligentTools-efbb8b10812698d177b8b0ae88ec1b20ee489155.zip
Moved buffer stried definition to vertex layout desc
Diffstat (limited to 'RenderScript/src/InputLayoutDescParser.cpp')
-rw-r--r--RenderScript/src/InputLayoutDescParser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/RenderScript/src/InputLayoutDescParser.cpp b/RenderScript/src/InputLayoutDescParser.cpp
index 0bf237d..1e40c13 100644
--- a/RenderScript/src/InputLayoutDescParser.cpp
+++ b/RenderScript/src/InputLayoutDescParser.cpp
@@ -41,6 +41,7 @@ namespace Diligent
DEFINE_BINDER( m_Bindings, LayoutElement, IsNormalized );
DEFINE_BINDER( m_Bindings, LayoutElement, RelativeOffset );
+ DEFINE_BINDER( m_Bindings, LayoutElement, Stride );
m_FrequencyEnumMapping.AddMapping( "FREQUENCY_PER_VERTEX", LayoutElement::FREQUENCY_PER_VERTEX );