Oxygen Basic
Programming => Example Code => Topic started by: Peter on May 12, 2012, 11:47:18 AM
-
Deleted
-
Yes it displays 10 x 7.5 dogs and a white OKAY
-
Hi Peter it looks that work fine ;)
-
I found that it did not terminate every time. There were instances left visible in file manager, each using a full CPU core.
Charles
-
I think it's because the pixel read/writes are all done indidually between motherboard memory and graphics hardware memory, at the OS level. Block transfers are much more efficient, and of course, operations which only involve the graphics hardware.
Opengl compiled lists are most efficient of all, and ideal for objects that do not change their shape, or texture mapping. (you can still stretch them).
Charles