csharp
public readonly record struct WaterMeshStatisticsAnd what the surface mesh did.
Fields and properties (5)
public int ZonesHow many zones drew.
public int PatchesHow many patches they selected between them.
public int DroppedHow many they had to drop, over the per-zone cap.
public int VerticesHow many vertices those patches are, which is what the draw actually costs.
public int DrawsHow many draws it took, as the passes counted them.
Used by (2)
- WaterHorizonImageTestsVixen.Graphics.Golden.Tests
- WaterMeshOverlayVixen.Rendering.Water