1 Dec 2008 12:03
Re: problem with GPU draw time
Hi Forest, The GPU draw time is the time that all OpenGL commands take to run down on the GPU. If your application is GPU bound then the total CPU times will typically be less than your GPU times. You'll bee GPU bound if you are using lots of fill/overloading the memory/overly complex shaders. Robert. 2008/12/1 forest37 <forest37 <at> 163.com>: > hi all, > I am confused about the GPU draw time,I mean if the GPU draw time is > longer than the UPDATE+CULL+DRAW(dispatch) time,what will happen?Is there > any code control this? > best regards > forest > > > ________________________________ > [广告] 金秋最关注楼盘-房不胜房 > _______________________________________________ > osg-users mailing list > osg-users <at> lists.openscenegraph.org > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > _______________________________________________ osg-users mailing list osg-users <at> lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
RSS Feed