summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/InputLayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/InputLayout.h b/Graphics/GraphicsEngine/interface/InputLayout.h
index 079d6a86..e01673a7 100644
--- a/Graphics/GraphicsEngine/interface/InputLayout.h
+++ b/Graphics/GraphicsEngine/interface/InputLayout.h
@@ -68,7 +68,7 @@ struct LayoutElement
/// computed automatically assuming that all elements in the same buffer slot are
/// packed one after another. If the buffer slot contains multiple layout elements,
/// they all must specify the same stride or use AutoStride value.
- Uint32 Stride = AutoOffset;
+ Uint32 Stride = AutoStride;
/// Input frequency
enum FREQUENCY : Int32