use utf8 in Gradient.h

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-07-05 14:28:41 +08:00
parent 0f9fb581cb
commit 50e754aba2

View File

@ -1,4 +1,4 @@
#pragma once #pragma once
#include<hgl/type/DataType.h> #include<hgl/type/DataType.h>
#include<hgl/type/List.h> #include<hgl/type/List.h>
@ -13,7 +13,7 @@ namespace hgl
}; };
/** /**
* ˝ĽąäŔŕ *
*/ */
template<typename P,typename T> class Gradient template<typename P,typename T> class Gradient
{ {
@ -141,4 +141,4 @@ namespace hgl
} \ } \
\ \
template<> void name::Get(T &result,const T &start,const T &end,const float &pos) template<> void name::Get(T &result,const T &start,const T &end,const float &pos)
}//namespace hgl }//namespace hgl