Compositor: Difference between revisions

19 bytes removed ,  27 March 2020
m
no edit summary
No edit summary
mNo edit summary
Line 197: Line 197:
</syntaxhighlight>
</syntaxhighlight>


In this case the technique will be chosen if the Compositor pipeline <tt><scene></tt> pass uses the <tt>als-lighting</tt> Effect scheme. Consequently, porting an Effect to a pipeline will require knowing which Effect schemes it uses and writing a technique for each one. The only exception to this is the Default (Low-Spec) pipeline, which uses techniques without any scheme defined for it.
In this case the technique will be chosen if the Compositor pipeline <tt><scene></tt> pass uses the <tt>als-lighting</tt> Effect scheme. Consequently, porting an Effect to a pipeline will require knowing which Effect schemes it uses and writing a technique for each one. The only exception to this is the Default (Low-Spec) pipeline, which uses techniques with no scheme.


Generally porting legacy Effects will require these steps:
Generally porting legacy Effects will require these steps:
343

edits