From 3c67ae0da1a0efaef2526f345d45c6726bf5040a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 15 Sep 2018 14:47:57 -0700 Subject: Fixed windows/linux build warnings --- Graphics/GraphicsEngine/include/DeviceContextBase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/include/DeviceContextBase.h b/Graphics/GraphicsEngine/include/DeviceContextBase.h index 1e2911fa..b7851dae 100644 --- a/Graphics/GraphicsEngine/include/DeviceContextBase.h +++ b/Graphics/GraphicsEngine/include/DeviceContextBase.h @@ -44,6 +44,8 @@ namespace Diligent template struct VertexStreamInfo { + VertexStreamInfo(){} + /// Strong reference to the buffer object RefCntAutoPtr pBuffer; Uint32 Offset = 0; ///< Offset in bytes -- cgit v1.2.3