Increasing CPU rendering load in game code

懵懂的女人 提交于 2019-12-11 15:59:09

问题


This is a quasi-coding question, yes, but specifically I'm using Xna if that helps...

I have a game. The AI and game-rules logic is so efficient that I have a crap ton of CPU cycles available.

My question is: can I make my rendering code more complex so it looks better and uses those free CPU cycles? Or is the rendering loop only so complex on the CPU side for any quality of rendering -- and therefore any graphics quality or frame-rate boost would have to come from the GPU?

Thanks for any insight. I don't want to research into making the rendering loop more complex if it won't make the graphics look better.

来源:https://stackoverflow.com/questions/8951454/increasing-cpu-rendering-load-in-game-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!