Interface GLRunnable2<T,U>


public interface GLRunnable2<T,U>

Declares a one-shot OpenGL command.

  • Method Summary

    Modifier and Type
    Method
    Description
    run(GL gl, U args)
     
  • Method Details

    • run

      T run(GL gl, U args)
      Parameters:
      gl - a current GL object
      args - custom arguments
      Returns:
      the desired object