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

@@ -44,7 +44,7 @@ namespace hgl
virtual ~VertexAttribDataAccess()=default;
void GPUBufferData(const T *ptr)
void Write(const T *ptr)
{
if(!ptr)return;