Vixen
02b45cc4
csharp
public readonly record struct LineShaders

The shaders a LineRenderer 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 UiShaders describes: turning source into modules belongs to Vixen.Shaders and, once it lands, to Raven. What this must not do is grow a compiler.

Fields and properties (3)

  • public ShaderHandle Vertex

    The vertex stage.

  • public ShaderHandle Fragment

    The fragment stage.

  • public VertexLocations Locations

    Where the vertex stage reads LineVertex's two attributes: position, then colour.

Methods (1)

Used by (5)

  • DebugDrawRendererVixen.Engine.Renderer
  • LineRendererVixen.Rendering
  • EditorHostVixen.Editor.Host
  • ScenePresenterVixen.Editor.App
  • TerrainViewportTestsVixen.Editor.App.Tests