OpenGLESEffect

Description

abstract class Tinman.AddOns.OpenGLES.Effects.OpenGLESEffect
<TParameters : RenderEffectParameters>

Derived from

GLEffect<TParameters> abstract

Extended by

Example_OpenGLESEffect sealed

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

Abstract base class for IRenderEffect implementations that use an OpenGLES 3.0 context (or newer).

These are the default render state values that are set by the GLEffect.RenderStateDefault method ; (!) means that the value differs from the standard value that is defined by OpenGLES:

Protected / Constructors

Open​GLESEffect


protected constructor OpenGLESEffect → (2)

parameters in : TParameters

[not-null]
The render effect parameters object.

owner in : OpenGLESContext

[not-null]
The owning context.

Creates a new instance of OpenGLESEffect.

Protected / Attributes

gl


protected attribute gl → (GLES)

The GLES wrapper.