I am using a backbuffer to prevent flickering using Image.createRenderTarget. Using the following antialiasing statement does not work.
System.start({width, 1024, height:768, framebuffer:{samplesPerPixel: 4}}, function(_) {});
What obvious thing am I missing?
Thank you