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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
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