I have a Windows application designed in java that enters exclusive fullscreen mode when opened. The application runs at 60fps. The thing is, when Windows aero effects are disabled, the application runs smooth; images move smoothly. When aero effects are enabled, the application runs at the same speed but choppy, as if it were 30fps.
Why is Windows aero effects causing this? How can I run the application smooth with aero effects enabled?
Thanks.