| RenderAntialiaserNext Method |
Computes the next antialiasing step.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public bool Next(
RenderClut clut,
bool incremental
)
public:
bool Next(
RenderClut clut,
bool incremental
)
Parameters
- clut
- Type: Lumiscaphe.Workshop.InteropRenderClut
The clut is used for color management and depends on which device the result will be displayed. - incremental
- Type: SystemBoolean
Blit the result of the antialiasing pass into the AntialiasedFbo.
Return Value
Type:
Booleantrue if this method has to be called again;
false if the antialiasing is done.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also