Class SoGLRenderPassCB

All Implemented Interfaces:
CB

public class SoGLRenderPassCB extends NCallback
Callback for SoGLRenderAction.
  • Constructor Details

    • SoGLRenderPassCB

      public SoGLRenderPassCB()
  • Method Details

    • invoke

      public 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. invoke is the java callback.