mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 09:18:11 +08:00
Refactor to generalize pipeline drawing sequence
This commit is contained in:
+5
-2
@@ -1,13 +1,16 @@
|
||||
mod application;
|
||||
mod gui_rect;
|
||||
mod pipeline;
|
||||
mod texture;
|
||||
mod color;
|
||||
mod color_palette;
|
||||
mod resource_cache;
|
||||
mod shader_stage;
|
||||
mod draw_command;
|
||||
mod gui_tree;
|
||||
mod gui_node;
|
||||
mod gui_attributes;
|
||||
mod window_events;
|
||||
mod window_uniform;
|
||||
mod bind_group_resource;
|
||||
|
||||
use application::Application;
|
||||
use winit::event_loop::EventLoop;
|
||||
|
||||
Reference in New Issue
Block a user