Click or drag to resize
Ab4d.SharpEngine logo

StandardEffectTechnique Class

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: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public sealed class StandardEffectTechnique : EffectTechnique

The StandardEffectTechnique type exposes the following members.

Constructors
 NameDescription
Public methodStandardEffectTechniqueInitializes a new instance of the StandardEffectTechnique class
Top
Properties
 NameDescription
Public propertyAdditionalDynamicStates 
Public propertyAllLightsDescriptorSetBindingIndex Gets or sets the binding index of the AllLightsDescriptorSet that is used when calling CmdBindDescriptorSets method. Default value is 1.
Public propertyMaterialDescriptorSetBindingIndex Gets or sets the binding index of the MaterialDescriptorSet that is used when calling CmdBindDescriptorSets method. Default value is 3.
Public propertyMatricesDescriptorSetBindingIndex Gets or sets the binding index of the MatricesDescriptorSet that is used when calling CmdBindDescriptorSets method. Default value is 2.
Public propertyPipeline 
Public propertySceneDescriptorSetBindingIndex Gets or sets the binding index of the SceneDescriptorSet that is used when calling CmdBindDescriptorSets method. Default value is 0.
Top
Methods
Fields
See Also