Click or drag to resize

RenderHeadUpDisplayRender Method

Does the rendering of all elements contained in the head up display.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public virtual void Render(
	RenderResources resources,
	RenderPosition position,
	RenderResolution resolution
)

Parameters

resources
Type: Lumiscaphe.Workshop.InteropRenderResources
The OpenGL resources.
position
Type: Lumiscaphe.Workshop.InteropRenderPosition
The position from the top left corner of the head up display.
resolution
Type: Lumiscaphe.Workshop.InteropRenderResolution
The render resolution.

Implements

IRenderCompositerHookRender(RenderResources, RenderPosition, RenderResolution)
Exceptions
ExceptionCondition
ObjectDisposedExceptionRenderHeadUpDisplay::IsDisposed == true
ObjectNullExceptionresources == null
ObjectDestroyedExceptionRenderResources::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also