From f52b1837dcd906b71cc533b34ffb7e547f995f55 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 26 Feb 2019 18:48:15 -0800 Subject: Fixed typo in LayoutElement structure --- Graphics/GraphicsEngine/interface/InputLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') 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 -- cgit v1.2.3