Click or drag to resize

RenderBlitterBlit Method (RenderResolution, RenderClut, RenderImageDx11Surface, RenderStatistics)

Blits the rendering result in a DirectX11 surface.

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,
	RenderImageDx11Surface imageDx11Surface,
	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.
imageDx11Surface
Type: Lumiscaphe.Workshop.InteropRenderImageDx11Surface
The DirectX11 surface in which the rendering will be blit.
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, RenderImageDx11Surface::IsDestroyed == true
ObjectNullExceptionimageDx11Surface == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also