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

@@ -8,13 +8,13 @@
#include<hgl/graph/VKArrayBuffer.h>
#include<hgl/graph/SceneInfo.h>
#include<hgl/type/Color4f.h>
#include<hgl/type/Sets.h>
#include<hgl/type/SortedSets.h>
namespace hgl
{
namespace graph
{
using MVPArrayBuffer=GPUArrayBuffer<MVPMatrix>;
using MaterialSets=Sets<Material *>;
using MaterialSets=SortedSets<Material *>;
/**
* 渲染对象列表<br>