OpenGLMeshDispatcher

Description

sealed class Tinman.AddOns.OpenGL.OpenGLMeshDispatcher

Derived from

IMeshDispatcher

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

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

Public / Constructors

Open​GLMesh​Dispatcher


public constructor OpenGLMeshDispatcher → (1)

gl in : GL

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

Creates a new instance of OpenGLMeshDispatcher.