GLMax2DDriver Issues?
BlitzMax Forums/BlitzMax Programming/GLMax2DDriver Issues?| 
 | ||
| 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? | 
| 
 | ||
| Have you tried GLShareContexts ? There was a change in BMax 1.32 when using multiple canvas. | 
| 
 | ||
| It works! You are the king of awesome! :) |