Got this thing to compile and seem operable at runtime

There was quite a few errors with the hashtable (not suprised). I need to use it more to see if it fails to work properly.

For now it should be fine enough for prototyping
This commit is contained in:
2024-02-22 23:15:29 -05:00
parent 7332644515
commit 9b3bc6fd68
7 changed files with 208 additions and 67 deletions

View File

@ -176,8 +176,14 @@ update :: proc( delta_time : f64 ) -> b32
//region Imgui Tick
{
// Layout
ui_context := & state.project.workspace.ui
// Build Graph (Determines if layout is dirty)
ui_graph_build_begin( ui_context )
// Regnerate compute if layout is dirty.
}
// endregion