RealtimeDisplayMode.IsFrameBufferAvailable Method

RealtimeDisplayModeIsFrameBufferAvailable Method

Implement to tell the render pipeline that a framebuffer is ready

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract bool IsFrameBufferAvailable(
	ViewInfo view
)
Public MustOverride Function IsFrameBufferAvailable ( 
	view As ViewInfo
) As Boolean

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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also