SoFrameBufferObjectBind Method (SoState, Boolean) |
Set this Framebuffer as the current rendering target.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool Bind(
SoState state,
bool bindMultisampleFBO
)
Public Function Bind (
state As SoState,
bindMultisampleFBO As Boolean
) As Boolean
public:
bool Bind(
SoState^ state,
bool bindMultisampleFBO
)
member Bind :
state : SoState *
bindMultisampleFBO : bool -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- bindMultisampleFBO
- Type: SystemBoolean
Return Value
Type:
Boolean
Remarks
See Also