diff options
Diffstat (limited to 'RenderScript/src/InputLayoutDescParser.cpp')
| -rw-r--r-- | RenderScript/src/InputLayoutDescParser.cpp | 1 |
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 ); |
