This commit is contained in:
2023-03-22 21:40:49 +08:00
parent 160ba000d3
commit f555c77a83
2 changed files with 16 additions and 1 deletions

View File

@@ -23,6 +23,11 @@ class DescriptorSet
bool is_dirty;
protected: //动态UBO/SSBO记录
private:
friend class GPUDevice;