Shaders don't get loaded "An exeption has occurred!"

Problems building or running the engine, queries about how to use features etc.
Post Reply
underT0W
Gnoblar
Posts: 1
Joined: Mon Jun 08, 2015 10:18 pm

Shaders don't get loaded "An exeption has occurred!"

Post by underT0W »

Hi Guys,
I'm getting a strange Error Message trying to set up the Ogre Tutorial Framework.

Windows 7
MS VS 2012
Radeon 270 Graphics

Edit: Error does not occur if I choose DX9

Any help appreciated.
Attachments
Error Message:
Error Message:
User avatar
Flynd
Gnoblar
Posts: 17
Joined: Wed Jan 21, 2015 11:21 am
Location: Strasbourg
Contact:

Re: Shaders don't get loaded "An exeption has occurred!"

Post by Flynd »

Hi, I'm not into DirectX, but I think there is no more fixed function pipeline in DirectX 11.
I guess the easier way to switch from fixed-function to a shader based API is to set, for your materials, a default material script named "1 - Default" which is using shaders for his render passes.
Post Reply