Click or drag to resize

RenderBlitterBlit Method (RenderImageFbo, RenderContext, RenderPresentParameters, RenderStatistics)

Blits the FBO in a window context.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void Blit(
	RenderImageFbo imageFbo,
	RenderContext windowsContext,
	RenderPresentParameters presentParameters,
	RenderStatistics statistics
)

Parameters

imageFbo
Type: Lumiscaphe.Workshop.InteropRenderImageFbo
The FBO to blit.
windowsContext
Type: Lumiscaphe.Workshop.InteropRenderContext
The window context in which the FBO will be blit.
presentParameters
Type: Lumiscaphe.Workshop.InteropRenderPresentParameters
The present parameters witch defines the blit position and the blit resolution in the window context.
statistics
Type: Lumiscaphe.Workshop.InteropRenderStatistics
The statistics object used to compute FPS and GPU load. This parameter can be null.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderBlitter::IsDestroyed == true, RenderImageFbo::IsDestroyed == true, RenderContext::IsDestroyed == true
ObjectNullExceptionimageFbo == null, windowsContext == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also