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: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
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.
Public propertyPipeline Gets or sets the Pipeline
Public propertyPipelineLayout Gets or sets the PipelineLayout
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