diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-05-29 04:37:51 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-05-29 04:37:51 +0000 |
| commit | efbb8b10812698d177b8b0ae88ec1b20ee489155 (patch) | |
| tree | 924ec4abfa256e5148030900a82629c44b02e2bb /RenderScript/src/InputLayoutDescParser.cpp | |
| parent | Fixed clang build error (diff) | |
| download | DiligentTools-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.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 ); |
