数据模板跟随变动
This commit is contained in:
parent
a858fcab99
commit
7169429ede
2
CMCore
2
CMCore
@ -1 +1 @@
|
|||||||
Subproject commit 33f0ed3258ac95eae058966a2bd6b1bf05458c69
|
Subproject commit e1a8241d1685950a58c0142d2393b4012618caa9
|
@ -1 +1 @@
|
|||||||
Subproject commit 0948b3a6257fdcc1e33eeb61bf42d0e93b32d326
|
Subproject commit 46ae04cd50d09dfb00d9945c5f43d29a2744bcae
|
@ -461,7 +461,7 @@ public:
|
|||||||
|
|
||||||
void Update()
|
void Update()
|
||||||
{
|
{
|
||||||
cur_time=GetDoubleTime();
|
cur_time=GetPreciseTime();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include<hgl/type/DataType.h>
|
#include<hgl/type/DataType.h>
|
||||||
#include<hgl/type/SortedSet.h>
|
#include<hgl/type/SortedSet.h>
|
||||||
#include<hgl/type/List.h>
|
#include<hgl/type/ArrayList.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Component/Data/Manager 体系设计简要说明
|
* Component/Data/Manager 体系设计简要说明
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef HGL_DB_FIELD_TYPE_INCLUDE
|
#ifndef HGL_DB_FIELD_TYPE_INCLUDE
|
||||||
#define HGL_DB_FIELD_TYPE_INCLUDE
|
#define HGL_DB_FIELD_TYPE_INCLUDE
|
||||||
|
|
||||||
#include<hgl/type/List.h>
|
#include<hgl/type/ArrayList.h>
|
||||||
#include<hgl/type/StringList.h>
|
#include<hgl/type/StringList.h>
|
||||||
namespace hgl
|
namespace hgl
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include<hgl/type/List.h>
|
#include<hgl/type/ArrayList.h>
|
||||||
#include<hgl/math/Math.h>
|
#include<hgl/math/Math.h>
|
||||||
#include<hgl/type/String.h>
|
#include<hgl/type/String.h>
|
||||||
#include<hgl/type/Map.h>
|
#include<hgl/type/Map.h>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef HGL_GRAPH_VULKAN_DEVICE_INCLUDE
|
#ifndef HGL_GRAPH_VULKAN_DEVICE_INCLUDE
|
||||||
#define HGL_GRAPH_VULKAN_DEVICE_INCLUDE
|
#define HGL_GRAPH_VULKAN_DEVICE_INCLUDE
|
||||||
|
|
||||||
#include<hgl/type/List.h>
|
#include<hgl/type/ArrayList.h>
|
||||||
#include<hgl/type/String.h>
|
#include<hgl/type/String.h>
|
||||||
#include<hgl/type/Map.h>
|
#include<hgl/type/Map.h>
|
||||||
#include<hgl/type/RectScope.h>
|
#include<hgl/type/RectScope.h>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include<hgl/type/String.h>
|
#include<hgl/type/String.h>
|
||||||
#include<hgl/type/List.h>
|
#include<hgl/type/ArrayList.h>
|
||||||
#include<hgl/graph/VertexAttrib.h>
|
#include<hgl/graph/VertexAttrib.h>
|
||||||
#include<hgl/graph/VKInterpolation.h>
|
#include<hgl/graph/VKInterpolation.h>
|
||||||
#include<hgl/graph/VKSamplerType.h>
|
#include<hgl/graph/VKSamplerType.h>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include<hgl/type/List.h>
|
#include<hgl/type/ArrayList.h>
|
||||||
#include<hgl/graph/VKNamespace.h>
|
#include<hgl/graph/VKNamespace.h>
|
||||||
#include<iostream>
|
#include<iostream>
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ namespace hgl
|
|||||||
|
|
||||||
while(!cur_work_object->IsDestroy())
|
while(!cur_work_object->IsDestroy())
|
||||||
{
|
{
|
||||||
cur_time=GetDoubleTime();
|
cur_time=GetPreciseTime();
|
||||||
|
|
||||||
if(cur_work_object->IsTickable())
|
if(cur_work_object->IsTickable())
|
||||||
Tick(cur_work_object);
|
Tick(cur_work_object);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user