Created
July 19, 2019 13:56
-
-
Save fschutt/3c7c7e585cccff7e623d0945f6791301 to your computer and use it in GitHub Desktop.
How to fix the WebRender MaxTextureSize error (error code 1282)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you are using WebRender and you get a MaxTextureSize error, | |
the problem is that the OpenGL context is broken. When calling | |
Renderer::new(), the context you are binding to *must be current*. | |
Otherwise, Renderer::new() will crash with a assert!(0, 1282) in | |
debug and a MaxTextureSize error in release mode. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment