b2dSetDefaultScreenShader

Reverts to the default (no post-process) screen output.

Shaders

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Void

Quick Summary

Reverts to the default (no post-process) screen output.

Technical Exegesis...

Restores normal, unprocessed screen output - identical in effect to b2dClearScreenShader.

Example

Example.bam
; No example implemented yet