SoGLRenderActionSetPassCallback Method (SoGLRenderActionPassCB) |
Note: This API is now obsolete.
Use PassCallback property instead.
Sets a delegate method to invoke between passes when antialiasing. Passing
NULL (which is the default state) will cause a clear of the color and depth
buffers to be performed.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use PassCallback property instead.")]
public void SetPassCallback(
SoGLRenderActionPassCB cb
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use PassCallback property instead.")>
Public Sub SetPassCallback (
cb As SoGLRenderActionPassCB
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use PassCallback property instead.")]
void SetPassCallback(
SoGLRenderActionPassCB^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use PassCallback property instead.")>]
member SetPassCallback :
cb : SoGLRenderActionPassCB -> unit
Parameters
- cb
- Type: OIV.Inventor.ActionsSoGLRenderActionPassCB
See Also