SoGLRenderActionPassCB Delegate |
Callback functions used between rendering passes should be of this type.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public delegate void PassCB()
Public Delegate Sub PassCB
public delegate void PassCB()
type PassCB =
delegate of unit -> unit
Remarks See Also