added WorkObject.h

This commit is contained in:
2025-01-24 13:23:57 +08:00
parent 0a2862a051
commit 487d3c4978
5 changed files with 290 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ public:
public:
GraphModuleManager * GetModuleManager(){return module_manager;}
GraphModuleManager * GetModuleManager (){return module_manager;}
RenderPassManager * GetRenderPassManager (){return render_pass_manager;}
TextureManager * GetTextureManager (){return texture_manager;}