Click or drag to resize

RenderBlitterBlit Method (RenderImageFbo, RenderImageFbo)

Blit the source FBO to the target FBO.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void Blit(
	RenderImageFbo sourceFbo,
	RenderImageFbo targetFbo
)

Parameters

sourceFbo
Type: Lumiscaphe.Workshop.InteropRenderImageFbo
The source FBO.
targetFbo
Type: Lumiscaphe.Workshop.InteropRenderImageFbo
The target FBO.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderBlitter::IsDestroyed == true, RenderImageFbo::IsDestroyed == true
ObjectNullExceptionsourceFbo == null, targetFbo == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also