AdamRaichu / suppress-OpenGL-1280

A simple Minecraft Fabric mixin which disables the error spam of OpenGL debug message to the log.
https://modrinth.com/mod/suppressopengl1280
GNU General Public License v3.0
2 stars 1 forks source link

Add error to supress #3

Closed nijahplays closed 6 months ago

nijahplays commented 6 months ago

This error is non-fatal but it still spams logs

[04:48:28] [Thread-79/INFO]: OpenGL debug message: id=2, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION in glCopyTexSubImage2D(invalid texture level 0)' As seen in attached file latest.log

nijahplays commented 6 months ago

Caused by "Blur" mod

AdamRaichu commented 6 months ago

I personally did not have blur generate this error, but I'll add it anyway; there's no reason not to.