Etana
Topic Author
Posts: 17
Joined: 21 Aug 2016, 13:14

[Unity] Custom blending modes aka shaders.

13 Dec 2016, 10:35

Hi,
Do you have any plans to support custom shaders or is it already possible to use custom shaders in Unity version of Noesis?
Thanks in advance.
 
User avatar
jsantos
Site Admin
Posts: 3939
Joined: 20 Jan 2012, 17:18
Contact:

Re: [Unity] Custom blending modes aka shaders.

13 Dec 2016, 17:06

Yes, custom effects using shaders are planned to be implemented. The first thing we have in mind is exposing that extensibility through the RenderDevice, the class you use to implement your own renderer in C++. But that is not enough for integrations like Unity where the natural way would be using native unity shaders. We are not sure about how to solve this yet. Ideally we should support a callback or something like that. In that callback the client is in charge of rendering using whatever shader is needed.

For now, the only alternative is doing this manually: filling a render target with a XAML and using it as a texture in a different XAML. Yes, I know, not a very flexible option...

Who is online

Users browsing this forum: Bing [Bot], Semrush [Bot] and 9 guests