Refactor resource caches and use it with textures now

This commit is contained in:
Keavon Chambers
2020-05-02 22:34:23 -07:00
parent 2ab74f7ba1
commit f4900dd919
8 changed files with 192 additions and 77 deletions
+3
View File
@@ -5,6 +5,9 @@ mod texture;
mod color_palette;
mod shader_cache;
mod pipeline_cache;
mod texture_cache;
mod resource_cache;
mod shader_stage;
mod draw_command;
use application::Application;