🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

dx7

Started by
0 comments, last by AlexM 24 years, 8 months ago
alright, i looked into it. sure, it looks easier, and the sdk docs didn't even mention exec buffers. but it seems to be just drawing primitives one by one, unless i missed something. Wouldn't that be slower? oh and, anybody else using exec buffers except me here (for the moment i'm just trying to)?
Advertisement
You can draw upto 65536 triangles with a single call to DrawPrimitive(), it's not a single triangle at a time.

Noone uses execute buffers anymore.

Execute buffers are pre-DX5. You can still use them with the old interfaces, but you get none of the newer features available, like multi-texturing, hardware transformation and lighting, etc.

This topic is closed to new replies.

Advertisement