postProcess

 

Tag: postProcess
Parent tag: pass
Attributes: none

Child tags:

  • texture*
  • buffer*

The post-process for the specified items will be performed after rendering. Both textures and buffers can be post-processed as described in the respective tags.

Example:

	
<postProcess>
	<texture ...  />
	<texture ... />
	<buffer ... />
</postProcess>