[WIP] preparing UBO/SSBO<>

This commit is contained in:
2025-02-01 16:32:08 +08:00
parent 3807d9fcbf
commit 7ec1c095cc
10 changed files with 174 additions and 61 deletions

View File

@@ -38,6 +38,8 @@ namespace hgl
graph::GPUDevice * GetDevice (){return render_framework->GetDevice();}
graph::GPUDeviceAttribute * GetDeviceAttribute (){return render_framework->GetDeviceAttribute();}
const VkExtent2D & GetExtent2D (){return cur_render_target->GetExtent();}
public:
const bool IsDestroy()const{return destroy_flag;}