*/
public static ImageGraphics createInstance( int width, int height, int paintedMipMapCount, AppSettings settings, Renderer renderer ) {
//this is a workaround for a proper factory method in DisplaySystem to avoid an awt dependency
//todo: maybe this can be done more cleanly
return new LWJGLImageGraphics( width, height, paintedMipMapCount, renderer );
}