Click or drag to resize

RenderBlitterBlit Method (RenderImageFbo, IRenderImageMemory)

Blits the FBO in a memory image.

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

Parameters

imageFbo
Type: Lumiscaphe.Workshop.InteropRenderImageFbo
The FBO to blit.
iImageMemory
Type: Lumiscaphe.Workshop.InteropIRenderImageMemory
The memory image in which the FBO will be blit.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderBlitter::IsDestroyed == true, RenderImageFbo::IsDestroyed == true, IRenderImageMemory::IsDestroyed == true
ObjectNullExceptionimageFbo == null, iImageMemory == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also