Uses of Interface
com.luciad.view.opengl.binding.ILcdGLRunnable
Packages that use ILcdGLRunnable
-
Uses of ILcdGLRunnable in com.luciad.view.opengl.binding
Methods in com.luciad.view.opengl.binding with parameters of type ILcdGLRunnableModifier and TypeMethodDescriptionvoidILcdGLDrawable.invokeAndWait(ILcdGLRunnable glRunnable) Invokes the given runnable with the drawable's OpenGL context made current.voidILcdGLDrawable.invokeLater(ILcdGLRunnable glRunnable) Schedules the given runnable to be invoked when the drawable's OpenGL context is current.