Class SoGLRenderPassCB
- java.lang.Object
-
- com.openinventor.inventor.misc.Callback
-
- com.openinventor.inventor.misc.callbacks.NCallback
-
- com.openinventor.inventor.misc.callbacks.SoGLRenderPassCB
-
- All Implemented Interfaces:
CB
public class SoGLRenderPassCB extends NCallback
Callback forSoGLRenderAction
.
-
-
Constructor Summary
Constructors Constructor Description SoGLRenderPassCB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invoke()
This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body.
-