b2dClearScreenShader

Clears the active screen shader (reverts to unprocessed output).

Shaders

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Void

Quick Summary

Clears the active screen shader (reverts to unprocessed output).

Technical Exegesis...

Removes any active full-screen post-process shader so the frame is presented without post-processing. Equivalent to b2dApplyScreenShader(0).

Example

Example.bam
; No example implemented yet