summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
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