Zwischenspeicher für das Rendering-Target.


Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Private renderTargetBackup As Surface
C#
private Surface renderTargetBackup;
C++
private:
 Surface renderTargetBackup sealed ;
J#
private Surface renderTargetBackup
JScript
private renderTargetBackup : Surface;

See Also