Hello,
Im creating a GUI with DelphiX. im using this to make it look good, when the images move quickly.
Which works fine, i get 60FPS, about the fastest possible frame rate.
But....(you know theres a but) when i add another draw box and draw on that the fps reduces to 30fps. and if i add another 20fps.
This is due to the draw box waiting for the horz refresh. which i require to stop "tearing". Each draw box waits for the horz refreash.
Is there any way to get them to refresh all together??
TIA
Jim
Im creating a GUI with DelphiX. im using this to make it look good, when the images move quickly.
Which works fine, i get 60FPS, about the fastest possible frame rate.
But....(you know theres a but) when i add another draw box and draw on that the fps reduces to 30fps. and if i add another 20fps.
This is due to the draw box waiting for the horz refresh. which i require to stop "tearing". Each draw box waits for the horz refreash.
Is there any way to get them to refresh all together??
TIA
Jim