IMaterialShaderGenerator Interface
Namespace: Stride.Rendering.MaterialsAssembly: Stride.Rendering.dll
Defines the interface to generate the shaders for a IMaterialFeature
public interface IMaterialShaderGenerator
Name | Description | |
---|---|---|
Methods | ||
Visit(MaterialGeneratorContext) | Generates the shader. |
Methods
Visit(MaterialGeneratorContext)
Generates the shader.
void Visit(MaterialGeneratorContext context)
Parameters
Type | Name | Description |
---|---|---|
MaterialGeneratorContext | context | The context. |