Direct X

In language Visual C# 2003 there was a function Pass, in a class Microsoft.DirectX.Direct3D.Effect, and in language Visual C# 2005 this function is absent, what function replaces this function?
[193 byte] By [DukeNukem] at [2008-2-4]
# 1
I am using VS C# Express edition B2, and the april 2005 edition of the DirectX SDK and the class you are looking for is there. Generally the SDK is seperate from the VS Enviroment, meaning that if an object is in the 2003 enviroment it will be in the 2005 enviroment.

Make sure that you have the correct referances made to the classes. Also you can always open the object viewer and do a search for the objects that you are looking for.

Mykre
www.ircomm.net - Managed DirectX Game Programming.

Mykre at 2007-8-21 > top of Msdn Tech,Visual C#,Visual C# Language...