You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of obfuscation, Minecraft's opengl code is full of things like this: GlStateManager.glTexParameteri(3553, 10243, 10497);. Would it be possible for MinecraftDev to either automatically replace them with actual GL constants like GL_TEXTURE_2D, or have a right click option to show method arguments as GL constants?
This would probably involve creating a big list of which methods take arguments of which type of gl constants, but I think it should be possible.