Table of Contents

Class MaterialTessellationFlatFeature

Namespace
Stride.Rendering.Materials
Assembly
Stride.Rendering.dll

Material for flat (dicing) tessellation.

[DataContract("MaterialTessellationFlatFeature")]
[Display("Flat Tessellation", null)]
public class MaterialTessellationFlatFeature : MaterialTessellationBaseFeature, IMaterialTessellationFeature, IMaterialFeature, IMaterialShaderGenerator
Inheritance
MaterialTessellationFlatFeature
Implements
Inherited Members

Methods

GenerateShader(MaterialGeneratorContext)

Generates the shader for the feature.

public override void GenerateShader(MaterialGeneratorContext context)

Parameters

context MaterialGeneratorContext

The context.