upgraded codes and then it can run.

This commit is contained in:
2023-07-28 20:17:46 +08:00
parent df80b1af3b
commit 7967150722
35 changed files with 247 additions and 48 deletions

View File

@@ -64,7 +64,7 @@ public:
{
if(index>=cv_count)return;
hgl_cpy(clear_values[index].color.float32,cc.rgba,4);
hgl_cpy(clear_values[index].stop_color.float32,cc.rgba,4);
}
void SetClearDepthStencil(uint32_t index,float d=1.0f,float s=0)