RenderAntialiaser Class |
Namespace: Lumiscaphe.Workshop.Interop
The RenderAntialiaser type exposes the following members.
Name | Description | |
---|---|---|
AntialiasedFbo |
Gets the antialiased fbo.
| |
IsCanceled |
Gets a value indicating whether the antialiasing is canceled.
| |
IsDestroyed |
Gets a value indicating whether this instance is destroyed.
|
Name | Description | |
---|---|---|
Cancel |
Cancels the antialiasing.
| |
Create |
Creates the antialiaser.
| |
Destroy |
Destroys the antialiaser.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Next |
Computes the next antialiasing step.
| |
Start |
Starts the antialiaser. This method will initialize the antialiaser with the specified scene, snapshot and rendering parameters.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Done |
This event is emitted When the antialiasing is over. The result must be blit in the rendering target for final presentation. | |
StepDone |
This event is emitted When the antialiasing has finished a step. The result can be blit in the rendering target to see the progression incrementally. |