Click or drag to resize
Ab4d.SharpEngine logo

EffectTechnique Class

EffectTechnique provides the Render(CommandBuffer, RenderingItem, RenderingContext) method that renders the RenderingItem.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.CoreComponentBase
    Ab4d.SharpEngine.CoreSceneComponent
      Ab4d.SharpEngine.EffectsEffectTechnique
        Ab4d.SharpEngine.EffectsStandardEffectTechnique

Namespace: Ab4d.SharpEngine.Effects
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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