开启写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

@@ -1,8 +1,8 @@
#ifndef HGL_GRAPH_RENDER_NODE_INCLUDE
#define HGL_GRAPH_RENDER_NODE_INCLUDE
#pragma once
#include<hgl/graph/VK.h>
#include<hgl/type/SortedSet.h>
namespace hgl
{
namespace graph
@@ -40,4 +40,3 @@ namespace hgl
return a.compare(b);
}
}//namespace hgl
#endif//HGL_GRAPH_RENDER_NODE_INCLUDE