Click or drag to resize
Ab4d.SharpEngine logo

EffectTechnique Class

EffectTechnique provides the Render(CommandBuffer, RenderingItem, RenderingContext) method that renders the RenderingItem.
Inheritance Hierarchy

Namespace: Ab4d.SharpEngine.Effects
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public abstract class EffectTechnique : SceneComponent

The EffectTechnique type exposes the following members.

Constructors
 NameDescription
Protected methodEffectTechnique Constructor
Top
Properties
 NameDescription
Public propertyCachedKey Gets or sets the cache key for this EffectTechnique. When not set, then Name of this EffectTechnique is returned.
Public propertyFlags Gets or sets EffectTechniqueFlags.
Top
Methods
 NameDescription
Public methodDispose Dispose
Public methodRender Render method provides rendering functionality that fills the specified commandBuffer with commands to render the specified RenderingItem.
Public methodResetPipeline ResetPipeline delay disposes the Pipeline and set it to null
Top
See Also