RealtimeDisplayModeIsFrameBufferAvailable Method |
Implement to tell the render pipeline that a framebuffer is ready
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
BooleanReturn true when a framebuffer is ready. This is generally the
case when StartRenderer as returned successfully.
Version InformationRhino for Windows
Supported in: 6.8
See Also