Vixen
02b45cc4
csharp
public readonly record struct MeshShaders

The 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 Vertex

    The vertex stage.

  • public ShaderHandle Fragment

    The fragment stage.

  • public VertexLocations Locations

    Where the vertex stage reads MeshVertex's three attributes: position, normal, then colour.

Methods (1)

Used by (4)

  • MeshRendererVixen.Rendering
  • EditorHostVixen.Editor.Host
  • ScenePresenterVixen.Editor.App
  • TerrainViewportTestsVixen.Editor.App.Tests