GLMax2DDriver Issues?

BlitzMax Forums/BlitzMax Programming/GLMax2DDriver Issues?

thalamus(Posted 2011) [#1]
So I've started using SetGraphicsDriver GLMax2DDriver() as it seems to glean the best performance in Windows 7.

However, freaky things are happening when I try to draw images on a canvas then switch to another canvas and draw something else (i.e. the images don't appear properly - I merely get solid white). These issues don't occur at all under the default Max graphics driver.

Are there any obvious special rules for OpenGL I'm missing?


jsp(Posted 2011) [#2]
Have you tried GLShareContexts ?
There was a change in BMax 1.32 when using multiple canvas.


thalamus(Posted 2011) [#3]
It works!

You are the king of awesome! :)