Standard | |
public sealed class StandardEffectTechnique : EffectTechnique
The StandardEffectTechnique type exposes the following members.
| Name | Description | |
|---|---|---|
| StandardEffectTechnique | Initializes a new instance of the StandardEffectTechnique class |
| 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. |
| 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) |