diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-09-15 21:47:57 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-09-15 21:47:57 +0000 |
| commit | 3c67ae0da1a0efaef2526f345d45c6726bf5040a (patch) | |
| tree | b9b7c40ae1562cd83dffce8d72d34697b63fcc8c /Graphics/GraphicsEngine | |
| parent | Fixing clang build error and warnings (diff) | |
| download | DiligentCore-3c67ae0da1a0efaef2526f345d45c6726bf5040a.tar.gz DiligentCore-3c67ae0da1a0efaef2526f345d45c6726bf5040a.zip | |
Fixed windows/linux build warnings
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/include/DeviceContextBase.h | 2 |
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 |
