Click or drag to resize
SoFrameBufferObjectFlush Method (SoState)

Blit the multisampling FBO to the regular FBO.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void Flush(
	SoState state
)

Parameters

state
Type: OIV.Inventor.MiscSoState
Remarks

This function must be called before using the result of the frame buffer operation. If there is no MSAA FBO active the function doesn't do anything, so it is safe to call it all the time.

See Also