From efbb8b10812698d177b8b0ae88ec1b20ee489155 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 28 May 2018 21:37:51 -0700 Subject: Moved buffer stried definition to vertex layout desc --- RenderScript/src/InputLayoutDescParser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'RenderScript/src/InputLayoutDescParser.cpp') 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 ); -- cgit v1.2.3