PDA

View Full Version : D3D Problems



ganglyman21
04-22-2008, 12:17 PM
Ok so says in d3d tutorial;

DrawIndexedPrimitive
EndScene
SetStreamSource

Are like the main things. Can I remove everything not in use? Or does it all play a part.

Also got everything to compile as per the tutorial and for some reason I can't switch my chams on at all. Any help much appreciated.

virus7799
04-24-2008, 08:41 AM
Ok so says in d3d tutorial;

DrawIndexedPrimitive
EndScene
SetStreamSource

Are like the main things. Can I remove everything not in use? Or does it all play a part.

Also got everything to compile as per the tutorial and for some reason I can't switch my chams on at all. Any help much appreciated.

No, you cannot remove other things from the D3D starter kit because most of the functions are linked together and when you remove one, it'll give you errors.

About the chams, post your source code and I'll be able to help.