I am very confused at the moment, I have switched to visual studio 2012.
I am using speed tree, which relies on the effect library. I am using D3D10.
I can successfully compile the effects using D3DCompile() and the "fx_4_0" profile.
However, now D3D10CreateEffectFromMemory() doesn't like the compiled effect anymore, and return E_FAIL. I have no other information but this error code.
I had a look at the Effects11 library, but it requires a ID3D11Device.
Any idea ?
D3D10, effects and VS2012
Started by gjaegy, Dec 07 2012 06:20 AM
2 replies to this topic
Sponsor:
#2 Members - Reputation: 104
Posted 07 December 2012 - 06:50 AM
I should add that I have also tried D3D10CompileEffectFromMemory(), however I get another error (NOT_IMPL), so I guess this one is not implemented...
Gregory Jaegy[Homepage]






