From 9411711453738341acc10dec8be88675fafd3155 Mon Sep 17 00:00:00 2001 From: azhirnov Date: Wed, 10 Mar 2021 02:33:41 +0300 Subject: Direct3D11: added resource signature --- Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp index 98f908b0..c613ca7d 100644 --- a/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp @@ -1160,7 +1160,7 @@ void DeviceContextGLImpl::Flush() glFlush(); - m_BindInfo.SRBs.fill(nullptr); + m_BindInfo = {}; } void DeviceContextGLImpl::FinishFrame() -- cgit v1.2.3