OpenGLWorkDispatcher

Description

sealed class Tinman.AddOns.OpenGL.OpenGLWorkDispatcher

Derived from

IWorkDispatcher

Full source code is included in the Tinman 3D SDK download.

Implementation of the IWorkDispatcher interface that uses the current OpenGL context.

Public / Constructors

Open​GLWork​Dispatcher


public constructor OpenGLWorkDispatcher → (1)

gl in : GL

[not-null]
The GL object to use, which is assumed to support GL.GL_VERSION_4_3 or GL.GL_ARB_compute_shader.

Creates a new instance of OpenGLWorkDispatcher.