Click or drag to resize

RenderBlitterBlit Method (RenderImageFbo, RenderImageDx9Surface)

Blits the FBO in a DirectX9 surface.

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

Parameters

imageFbo
Type: Lumiscaphe.Workshop.InteropRenderImageFbo
The FBO to blit.
imageDxSurface
Type: Lumiscaphe.Workshop.InteropRenderImageDx9Surface
The DirectX9 surface in which the FBO will be blit.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderBlitter::IsDestroyed == true, RenderImageFbo::IsDestroyed == true, RenderImageDx9Surface::IsDestroyed == true
ObjectNullExceptionimageFbo == null, imageDxSurface == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also