From 7239690d89b98175fc142a02172b405d3e626f63 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 17 Feb 2018 13:58:58 -0800 Subject: Updated missing gl function reporting message on iOS --- Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h b/Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h index 7b5e0315..8321c21f 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h +++ b/Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h @@ -507,7 +507,7 @@ template void UnsupportedGLFunctionStub( const T &Name ) { - LOG_ERROR_MESSAGE( Name, "() is not supported in this API!\n" ); + LOG_ERROR_MESSAGE( Name, "() is not supported on iOS!\n" ); } #define glDrawElementsInstancedBaseVertexBaseInstance(...) UnsupportedGLFunctionStub("glDrawElementsInstancedBaseVertexBaseInstance") -- cgit v1.2.3