Draw commands are now built by a GuiNode traversing its children

This commit is contained in:
Keavon Chambers
2020-05-23 22:44:35 -07:00
parent 6e0883e9b6
commit e72ab7b000
5 changed files with 16 additions and 43 deletions
-1
View File
@@ -9,7 +9,6 @@ mod draw_command;
mod gui_node;
mod gui_attributes;
mod window_events;
mod window_uniform;
use application::Application;
use winit::event_loop::EventLoop;