|  | |
| Standard | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic sealed class StandardEffectTechnique : EffectTechnique
The StandardEffectTechnique type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | StandardEffectTechnique | Initializes a new instance of the StandardEffectTechnique class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AdditionalDynamicStates | |
|  | AllLightsDescriptorSetBindingIndex | Gets or sets the binding index of the AllLightsDescriptorSet that is used when calling CmdBindDescriptorSets method. Default value is 1. | 
|  | MaterialDescriptorSetBindingIndex | Gets or sets the binding index of the MaterialDescriptorSet that is used when calling CmdBindDescriptorSets method. Default value is 3. | 
|  | MatricesDescriptorSetBindingIndex | Gets or sets the binding index of the MatricesDescriptorSet that is used when calling CmdBindDescriptorSets method. Default value is 2. | 
|  | SceneDescriptorSetBindingIndex | Gets or sets the binding index of the SceneDescriptorSet that is used when calling CmdBindDescriptorSets method. Default value is 0. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateDerivativePipeline | |
|  | CreatePipeline(RenderingContext, PipelineCreateFlags, String) | |
|  | CreatePipeline(RenderPass, Single, Single, SampleCountFlags, PipelineCreateFlags, String) | |
|  | Render | (Overrides EffectTechniqueRender(CommandBuffer, RenderingItem, RenderingContext)) | 
|  | ResetPipeline | ResetPipeline delay disposes the Pipeline and set it to null (Overrides EffectTechniqueResetPipeline) | 
 Fields
Fields See Also
See Also