What is a hardware cursor?

Hardware Cursor means, that the GPU provides to draw a (small) overlay picture over the screen framebuffer, which position can be changed by two registers (or so) on the GPU. So moving around the pointer doesn't require to redraw the portions of the framebuffer that were previously obstructed.

Relation to OpenGL: None!

posted @ 2012-05-07 17:23  super119  阅读(436)  评论(0编辑  收藏  举报