summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-09-15 21:47:57 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-09-15 21:47:57 +0000
commit3c67ae0da1a0efaef2526f345d45c6726bf5040a (patch)
treeb9b7c40ae1562cd83dffce8d72d34697b63fcc8c /Graphics/GraphicsEngine
parentFixing clang build error and warnings (diff)
downloadDiligentCore-3c67ae0da1a0efaef2526f345d45c6726bf5040a.tar.gz
DiligentCore-3c67ae0da1a0efaef2526f345d45c6726bf5040a.zip
Fixed windows/linux build warnings
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/include/DeviceContextBase.h2
1 files changed, 2 insertions, 0 deletions
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<typename BufferImplType>
struct VertexStreamInfo
{
+ VertexStreamInfo(){}
+
/// Strong reference to the buffer object
RefCntAutoPtr<BufferImplType> pBuffer;
Uint32 Offset = 0; ///< Offset in bytes