compositor FireHeatCompositor { technique { texture scene target_width target_height PF_FLOAT16_RGBA target scene { // Render output from previous compositor (or original scene) input previous } target_output { input none pass render_quad { material FireHeatCompositor input 0 scene } } } }