Renamed to SortedSets instead of Sets.

This commit is contained in:
2022-02-08 11:12:17 +08:00
parent f278dfc85a
commit 5712efd7a5
11 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
#define HGL_GRAPH_VULKAN_SHADER_MODULE_INCLUDE
#include<hgl/graph/VKShaderResource.h>
#include<hgl/type/Sets.h>
#include<hgl/type/SortedSets.h>
VK_NAMESPACE_BEGIN
@@ -60,7 +60,7 @@ class VertexShaderModule:public ShaderModule
private:
Sets<VAB *> vab_sets;
SortedSets<VAB *> vab_sets;
public: