Click or drag to resize

RenderBlitterBlit Method (RenderImageFbo, RenderImageArray)

Blits the FBO in a bytes array.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void Blit(
	RenderImageFbo imageFbo,
	RenderImageArray imageArray
)

Parameters

imageFbo
Type: Lumiscaphe.Workshop.InteropRenderImageFbo
The FBO to blit.
imageArray
Type: Lumiscaphe.Workshop.InteropRenderImageArray
The bytes array in which the FBO will be blit.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderBlitter::IsDestroyed == true, RenderImageFbo::IsDestroyed == true
ObjectNullExceptionimageFbo == null, imageArray == null
ObjectDisposedExceptionRenderImageArray::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also