From 4d291ac4a902fbdae476a83dc11a9995189fb52a Mon Sep 17 00:00:00 2001 From: assiduous Date: Thu, 17 Sep 2020 10:51:49 -0700 Subject: Updated unified buffers logic: removed implicit decay to DEFAULT bufers --- Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.cpp index e05d72ff..6aa1dd3e 100644 --- a/Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.cpp @@ -93,7 +93,7 @@ BufferGLImpl::BufferGLImpl(IReferenceCounters* pRefCounters, if (m_Desc.Usage == USAGE_UNIFIED) { - DecayUnifiedBuffer(); + LOG_ERROR_AND_THROW("Unified resources are not supported in OpenGL/GLES"); } if (m_Desc.Usage == USAGE_STATIC) -- cgit v1.2.3