Quick question about bufferStrategy
Hi im using
createBufferStrategy(2);
to take care of double buffering, this works fine in windowed mode but when i enter fullScreen mode and attempt the same anything rendered is flickery and seems to jump left and right by a small amount each frame. In the past ive resorted to creating a volatileImage and using it as a back buffer rendering it contents to the bufferstrategy once per frame. This workd fine but i was wondering if this the norm or should the bufferStrategy take care of double buffering in fullScreen mode?
thanks
MBRPascoe

