csharp
public readonly record struct UiGeometryA frame's worth of interface geometry.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
⚠ Thirty-two-bit indices, and not because a frame is expected to need them. Almost none do: sixteen bits reach 65 535 vertices, which is sixteen thousand quads, and a dense editor window is a few thousand. The reason is what happens to the one frame that does — an index that wraps draws geometry from the top of the frame in the middle of it, silently, and the picture is wrong rather than absent. Emitting the wider index costs two bytes per index on about an eighth of the frame's bytes, and buys never having to reason about the ceiling again.
Fields and properties (4)
Methods (1)
Used by (14)
- UiHostHelloUi
- IconAtlasTestsVixen.Ui.Tests
- NineSliceImageTestsVixen.Ui.Tests
- PathTessellationCacheTestsVixen.Ui.Tests
- SoftwareUiRasterizerVixen.Ui.Testing
- UiFrameLifetimeTestsVixen.Graphics.Golden.Tests
- UiGeometryBuilderVixen.Ui
- UiGeometryTestsVixen.Ui.Tests
- UiImageTestsVixen.Graphics.Golden.Tests
- UiInterfaceVixen.Ui.Renderer
- UiRendererVixen.Ui.Renderer
- UiTestVixen.Ui.Testing
- VideoInUiTestsVixen.Video.Rendering.Tests
- EditorPaneVixen.Editor.Host