开启写Component,参考AMD FidelityFX Framework

This commit is contained in:
2025-03-20 02:09:50 +08:00
parent ada6a41fc6
commit b05538b501
3 changed files with 62 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ namespace hgl::graph
/**
* 可渲染组件
*/
class RenderComponent: public BaseComponent
class RenderComponent: public Component
{
public: