Add debug wireframe rendering support

This commit is contained in:
reo 2025-12-15 15:53:54 +03:00
parent 8041c7e01d
commit 73692b710e
12 changed files with 221 additions and 7 deletions

View file

@ -11,6 +11,9 @@ pub use raidillon_platform::{
Camera,
PlatformContext,
TimeContext,
DebugWireframes,
DebugWireframesRef,
DebugWireframeVertex,
settings::{Settings, WindowMode},
};