OpenGLESBufferFactory

Description

sealed class Tinman.AddOns.OpenGLES.OpenGLESBufferFactory

Derived from

BufferFactory abstract
IRenderContextDependent

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

Implementation of the IBufferFactory that uses an OpenGLES context.

Public / Constructors

Open​GLESBuffer​Factory


public constructor OpenGLESBufferFactory → (1)

context in : RenderContext

[not-null]
The RenderContext object to use (RenderContext.Api must be GLApi.OpenGLES_30).

Creates a new instance of OpenGLESBufferFactory.