We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782fe44 commit 7239690Copy full SHA for 7239690
Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h
@@ -507,7 +507,7 @@
507
template<typename T>
508
void UnsupportedGLFunctionStub( const T &Name )
509
{
510
- LOG_ERROR_MESSAGE( Name, "() is not supported in this API!\n" );
+ LOG_ERROR_MESSAGE( Name, "() is not supported on iOS!\n" );
511
}
512
513
#define glDrawElementsInstancedBaseVertexBaseInstance(...) UnsupportedGLFunctionStub("glDrawElementsInstancedBaseVertexBaseInstance")
0 commit comments