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 TypeMethodDescriptionvoid
ILcdGLDrawable.invokeAndWait
(ILcdGLRunnable glRunnable) Invokes the given runnable with the drawable's OpenGL context made current.void
ILcdGLDrawable.invokeLater
(ILcdGLRunnable glRunnable) Schedules the given runnable to be invoked when the drawable's OpenGL context is current.