Click or drag to resize

RenderBlitterBlit Method (RenderResolution, RenderClut, RenderImageFbo, RenderPresentParameters, RenderStatistics)

Blits the rendering result in a FBO.

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

Parameters

resolution
Type: Lumiscaphe.Workshop.InteropRenderResolution
The blit resolution. Commonly the same has the rendering.
clut
Type: Lumiscaphe.Workshop.InteropRenderClut
The clut is used for color management and depends on which device the result will be displayed.
imageFbo
Type: Lumiscaphe.Workshop.InteropRenderImageFbo
The FBO in which the rendering will be blit.
presentParameters
Type: Lumiscaphe.Workshop.InteropRenderPresentParameters
The present parameters witch defines the blit position and the blit resolution in the FBO.
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
ObjectNullExceptionimageFbo == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also