Click or drag to resize

RealtimeDisplayModeIsFrameBufferAvailable Method

Implement to tell the render pipeline that a framebuffer is ready

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public abstract bool IsFrameBufferAvailable(
	ViewInfo view
)

Parameters

view
Type: Rhino.DocObjectsViewInfo

[Missing <param name="view"/> documentation for "M:Rhino.Render.RealtimeDisplayMode.IsFrameBufferAvailable(Rhino.DocObjects.ViewInfo)"]

Return Value

Type: Boolean
Return true when a framebuffer is ready. This is generally the case when StartRenderer as returned successfully.
See Also