Skip to content

Commit 7239690

Browse files
Updated missing gl function reporting message on iOS
1 parent 782fe44 commit 7239690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
template<typename T>
508508
void UnsupportedGLFunctionStub( const T &Name )
509509
{
510-
LOG_ERROR_MESSAGE( Name, "() is not supported in this API!\n" );
510+
LOG_ERROR_MESSAGE( Name, "() is not supported on iOS!\n" );
511511
}
512512

513513
#define glDrawElementsInstancedBaseVertexBaseInstance(...) UnsupportedGLFunctionStub("glDrawElementsInstancedBaseVertexBaseInstance")

0 commit comments

Comments
 (0)