part 1: new cfg data structure & caches to replace rd_entity, rd_window, rd_panel, rd_view, etc.

This commit is contained in:
Ryan Fleury
2025-01-09 17:31:02 -08:00
parent 5b7c366234
commit 6ce8046029
9 changed files with 1273 additions and 1664 deletions
+6
View File
@@ -283,6 +283,12 @@ os_dim_from_monitor(OS_Handle monitor)
return v2f32(0, 0);
}
internal F32
os_dpi_from_monitor(OS_Handle monitor)
{
return 96.f;
}
////////////////////////////////
//~ rjf: @os_hooks Events (Implemented Per-OS)