- Home /
Question by
nsdfxela · May 25, 2021 at 01:27 PM ·
rendertextureopengl
OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state
Hello! I work on the app for windows that uses Unity as an off-screen rendering engine, so we use RenderTexture. We also set custom value to antiAliasing property of RenderTexture and it causes lots of similar messages in log:
OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state (Filename: C:\buildslave\unity\build\Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 353)
There are no such messages if antiAliasing is set to default value (1). Message also does not appear if graphic API is set to OpenGL ES3 (but we can't change it for our app). Could anyone give me an advice on how to fix this repeating error message? Thanx in advance!
Graphic API: OpenGL Core Version: 2020.1.17f1.4949
Comment