"Fragment program shader/orangeFP cannot be used - not supported"

Problems building or running the engine, queries about how to use features etc.
Post Reply
Kianve
Gnoblar
Posts: 1
Joined: Fri Mar 31, 2023 4:22 am

"Fragment program shader/orangeFP cannot be used - not supported"

Post by Kianve »

Hi,
I want to use CG shader materials with the DirectX9 rendersystem.
For my first steps I read the wiki tutorials. My problem is, that my application can't load the simplest material (orange example).
I compiled the Plugin_CgProgramManager and added it to my config. Loading at startup is fine.

Log:

09:12:32: Loading library .\Plugin_CgProgramManager
09:12:32: Installing plugin: Cg Program Manager
09:12:32: Plugin successfully installed

After this I added the orange material from the wiki. The log tells:

09:15:16: WARNING: material shader/orange has no supportable Techniques and will be blank. Explanation:
Pass 0: Fragment program shader/orangeFP cannot be used - not supported.

Any ideas, what's going wrong?

User avatar
sercero
Bronze Sponsor
Bronze Sponsor
Posts: 449
Joined: Sun Jan 18, 2015 4:20 pm
Location: Buenos Aires, Argentina
x 156

Re: "Fragment program shader/orangeFP cannot be used - not supported"

Post by sercero »

Hello,

What OGRE version are you using?

Can you post the whole OGRE log? (use code display, please).

Thanks!

Post Reply