A little help please

Started by
1 comment, last by personwholives 21 years, 1 month ago
i have recieved a srange error when working with directx 8 in mixed vertex processing mode. The error occurs frequently and all i get in the debug output is several of the following messages: Direct3D8: (INFO) :Failed to create driver indexbuffer I don''t know what to do and none of my graphics are rendering with this error. It occurs with standard index buffers and when i use DrawIndexedPrimitiveUP(). thanks i advance.

Stupid details.....always get in the way....it's time to write the dwim(x) function ("do what i mean to")
Advertisement
Dont use DrawIndexedPrimitiveUp

draw indexed triangle lists using DrawIndexedPrimitive
TechleadEnilno, the Ultima 2 projectwww.dr-code.org/enilno
Don't worry about this message - it is NOT an error (it is purely for [INFO]rmation purposes). As a result the problem with your graphics not rendering lies elsewhere in your code...

Regards,
Sharky


---
#define _WEBSITE
Sharky's Coding Corner
#endif
---


[edited by - Sharky on March 4, 2003 2:58:56 PM]

This topic is closed to new replies.

Advertisement