switch to glm

This commit is contained in:
2021-09-24 01:53:44 +08:00
parent 80cae7618c
commit 6c6ee96be1
7 changed files with 25 additions and 21 deletions

View File

@@ -5,6 +5,7 @@
#include<hgl/type/Map.h>
#include<hgl/type/String.h>
#include<hgl/math/Math.h>
#include<hgl/graph/AABB.h>
VK_NAMESPACE_BEGIN
/**
* 可渲染数据对象<br>
@@ -24,7 +25,7 @@ class Renderable
};
Map<UTF8String,VABData> buffer_list;
protected:
uint32_t draw_count;