Vixen
02b45cc4
csharp
public readonly record struct DrawBatch

A run of commands a renderer can submit together.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • public BatchKind Kind

    What kind of work it is.

  • public int First

    The index of its first command.

  • public int Count

    How many commands it covers.

  • public int Font

    Which font, for Text. Zero and unread otherwise.

  • public PathFillRule FillRule

    Which fill rule, for PathFill. Unread otherwise.

  • public ulong Image

    Which texture, for Image. Zero and unread otherwise.

Methods (1)

  • public DrawBatch(BatchKind Kind, int First, int Count, int Font, PathFillRule FillRule)

    A run of commands a renderer can submit together.

Used by (4)

  • BatchTestsVixen.Ui.Tests
  • DrawBatcherVixen.Ui
  • DrawListVixen.Ui
  • UiGeometryBuilderVixen.Ui