RenderEffectGeneric

Description

abstract class Tinman.Engine.Rendering.RenderEffectGeneric
<TParameters : RenderEffectParameters>

Derived from

RenderEffect abstract
IRenderEffect<TParameters>

Extended by

DirectX9Effect abstract
DirectXEffect abstract
GLEffect abstract

Abstract base class for IRenderEffect implementations.

Protected / Constructors

Render​Effect​Generic


protected constructor RenderEffectGeneric → (3)

parameters in : TParameters

[not-null]
The render effect parameters object.

path in : Path

[not-null]
The shader repository path.

shaderTypeCount in : int32

[>=1]
The number of shader types.

Creates a new instance of RenderEffectGeneric.

Protected / Attributes

parameters


protected attribute parameters → (TParameters)

The render effect parameters.