Mix high and low level shaders

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
JYahyah
Posts: 2
Joined: Tue Mar 31, 2020 3:31 pm

Mix high and low level shaders

Post by JYahyah »

Hello guys!
It's possible to mix high level and low level shaders?
I have a shaders here, but were written in assembly.

Thanks.
CuteAlien
Admin
Posts: 9652
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Mix high and low level shaders

Post by CuteAlien »

You can't mix them in a single material - so you can't have something like vertex shader high level and pixel shader in assembly.
I never tried, but I suppose it's possible to have 2 different materials where one uses assembly and the other some high-level language.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply