规范模型输入以及测试shader

This commit is contained in:
2025-10-09 21:44:59 +08:00
parent 698c1a1099
commit f847154ba2
11 changed files with 436 additions and 78 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ void Canvas::reset(int32_t width, int32_t height)
{
m_pixels[i].fragementID = -1;
m_pixels[i].mask = 0;
m_pixels[i].color = 0;
m_pixels[i].color = davinci::fVector3::BLACK;
}
m_fragementArray.clear();