summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-02-27 02:48:15 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-02-27 02:48:15 +0000
commitf52b1837dcd906b71cc533b34ffb7e547f995f55 (patch)
tree61780b18b6a806dee28ba9b2e053fc018bac6e28 /Graphics/GraphicsEngine
parentEnabled using stencil in the swap chain in GL backend (fixed https://github.c... (diff)
downloadDiligentCore-f52b1837dcd906b71cc533b34ffb7e547f995f55.tar.gz
DiligentCore-f52b1837dcd906b71cc533b34ffb7e547f995f55.zip
Fixed typo in LayoutElement structure
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