removed RenderFramework::device_render_pass

This commit is contained in:
2025-01-25 01:42:50 +08:00
parent c8adc9af24
commit 6141dbf4d5
3 changed files with 1 additions and 21 deletions

View File

@@ -35,7 +35,6 @@ protected:
GraphModuleManager * module_manager =nullptr;
RenderPassManager * render_pass_manager =nullptr;
RenderPass * device_render_pass =nullptr;
TextureManager * texture_manager =nullptr;
RenderTargetManager * rt_manager =nullptr;
@@ -48,8 +47,6 @@ public:
GPUDevice * GetDevice (){return device;}
GPUDeviceAttribute * GetDeviceAttribute (){return device->GetDeviceAttribute();}
RenderPass * GetRenderPass (){return device_render_pass;}
public:
GraphModuleManager * GetModuleManager (){return module_manager;}