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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user