ShaderStateSaver

A struct that saves status of the shader, and restores the shader using saved status.

Constructors

this
this(Shader s)

Destructor

~this
~this()

Members

Variables

_backup
ShaderMatrix _backup;
Undocumented in source.
_target
Shader _target;
Undocumented in source.

Meta