-
Notifications
You must be signed in to change notification settings - Fork 136
API Affecting Changes
tobspr edited this page Apr 25, 2016
·
8 revisions
This file includes all important changes which you have to consider when upgrading to a newer version/revision of the Render Pipeline. This is by no means a changelog, but just a list of changes which affect the api.
- The
inout:
section in effects has been moved below theinject:
section. See thematerial_blend4.yaml
effect for an example. - Effect hooks have been changed to lowercase to better match with effect declarations. This only is important if you defined your own effect templates, in which case you should also change the hooks to lowercase there.
-
render_shadows
was renamed torender_shadow
in the effect options -
shadows:
was renamed toshadow:
in effect files
Rendering Pipeline by tobspr (c) 2014 - 2016
For developers: