|
有什么函数能代替glBitmap移动光栅位置?
Have what API can instead glBitmap to move the current raster position?
我用 glBitmap( 0, 0, 0, 0, xmove, ymove , 0) 来移动当前光栅位置。
I use "glBitmap( 0, 0, 0, 0, xmove, ymove , 0)" to move the current raster position.
但是发现这个API仅调用一次,CPU占用竟然增加了20%左右。
But I find the API only use once,CPU use add around 20%.
效率严重的不行.
Speed is so bad.
有什么函数能代替glBitmap移动光栅位置?
Have what API can instead glBitmap to move the current raster position?
|
|