About D3D DrawPrimitiveUp

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
AZhu

About D3D DrawPrimitiveUp

Post by AZhu »

Hello, I have some question about D3DDriver, in Microsoft DXSDK document & some GDC articles, the DrawPrimitiveUp or DrawIndexedPrimitiveUp is much slower than DrawPrimitive or DrawIndexedPrimitive. I see the plan of Irrlicht Engine, there as a plan to use vertexbuffer, I want to know the difference of their, thanks a lot!
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Yep, vertex buffers are planned. Internally DrawIndexedPrimitiveUP creates an vertex buffer for every call, so it is slower. :)
SuryIIID_

Post by SuryIIID_ »

I really cannot wait for the day when Irrlicht will become real fast with it's Vbuffers and D3DPT_TRIANGLESTRIP's

http://irrlicht.sourceforge.net/phpBB2/ ... .php?t=766
Post Reply