deleted hgl_cpy(T *,T *) function.

This commit is contained in:
2022-03-11 17:58:53 +08:00
parent 99fe88dff7
commit 3c449df4ca
6 changed files with 11 additions and 6 deletions

View File

@@ -176,6 +176,11 @@ public:
clear_color=cc;
}
void SetClearColor(const enum class COLOR &ce)
{
clear_color=GetColor4f(ce,1.0f);
}
void OnResize(uint w,uint h) override
{
if(w>0&&h>0)