Tesla Graphics Engine Documentation (January 2012)
IEffectTechnique Interface
TeslaTesla.GraphicsIEffectTechnique
Interface representing an effect technique. A technique is comprised of one or more passes, where each pass defines a complete set of shaders (e.g. vertex/pixel) that specifies how geometry should be rendered.
Declaration Syntax
C#
public interface IEffectTechnique
Members
All Members Properties



Icon Member Description
Annotations
Gets the collection of annotations contained by the technique.

Name
Gets the technique name.

Passes
Gets the collection of passes that decorate the technique.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)