csharp
public readonly record struct MeshShadersThe shaders a MeshRenderer is built from.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Supplied rather than compiled here, the same seam LineShaders describes: turning source into modules belongs to Vixen.Shaders and, once it lands, to Raven.
Fields and properties (3)
public ShaderHandle VertexThe vertex stage.
public ShaderHandle FragmentThe fragment stage.
public VertexLocations LocationsWhere the vertex stage reads MeshVertex's three attributes: position, normal, then colour.
Methods (1)
public MeshShaders(ShaderHandle Vertex, ShaderHandle Fragment)The shaders a MeshRenderer is built from.
Used by (4)
- MeshRendererVixen.Rendering
- EditorHostVixen.Editor.Host
- ScenePresenterVixen.Editor.App
- TerrainViewportTestsVixen.Editor.App.Tests