Hi.
I have to make a decision on which part of my program will use SetBuffer BackBuffer() and which will use SetBuffer ImageBuffer(CreateImage(1024, 768)).
Both parts of the program are independent.
The user is always at one screen or at the other.
But both screens must be preserved when switching back an forth between them.
I would really like to know which one is faster - if there is any difference between them, at all.
I would appreciate if someone at Blitz Research could give me an official answer to this question - so I would be able to choose not based on a guess, but on a fact.
Thanks,
Rui Barbosa Jr.
I have to make a decision on which part of my program will use SetBuffer BackBuffer() and which will use SetBuffer ImageBuffer(CreateImage(1024, 768)).
Both parts of the program are independent.
The user is always at one screen or at the other.
But both screens must be preserved when switching back an forth between them.
I would really like to know which one is faster - if there is any difference between them, at all.
I would appreciate if someone at Blitz Research could give me an official answer to this question - so I would be able to choose not based on a guess, but on a fact.
Thanks,
Rui Barbosa Jr.