Questions tagged [fxcomposer]
3 questions
1
vote
1 answer
How to add a macro definition to FX Composer
I've tried to add a macro definition to FX Composer in my project settings using the Project > HLSL/CG > Compiler Options fields. In the two HLSL fields I have /DMYPROJECT and for Cg -DMYPROJECT.
When compiling Cg shaders, this works as expected,…

JMellow
- 58
- 5
1
vote
1 answer
How can I solve these FX Composer errors?
I installed FX Composer 2.5, but I open it there are always 2 Tasks:
Task Unknown OpenGL profile: vp30.
fxcomposer://localhost/internal#FXDeviceEffect_CG2 -1
Error Failed to validate technique: Simple
…

user1032314
- 41
- 1
- 9
0
votes
1 answer
In hlsl what this means
I have some code in .fx file whening using fxcomposer,and I met some code like this:
float4x4 WorldITXf : WorldInverseTranspose < string UIWidget="None"; >
what is the < and > containning meaning?

One Double
- 131
- 2
- 9