Click or drag to resize
Ab4d.SharpEngine logo

StandardEffectTechnique Class

[Missing <summary> documentation for "T:Ab4d.SharpEngine.Effects.StandardEffectTechnique"]

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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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 propertySceneDescriptorSetBindingIndex Gets or sets the binding index of the SceneDescriptorSet that is used when calling CmdBindDescriptorSets method. Default value is 0.
Top
Methods
Fields
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Effects.StandardEffectTechnique"]

See Also