fixed a bug in ShaderCreateInfoVertex.cpp, put "C-style string" in function that it's a bug.

This commit is contained in:
2024-03-07 00:07:49 +08:00
parent 5ba3c1790d
commit 2ce36ec26c
3 changed files with 6 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ private:
pgci.grid_size.Set(32,32);
pgci.sub_count.Set(8,8);
pgci.lum=0.5;
pgci.lum=0.75;
pgci.sub_lum=1.0;
prim_plane_grid=CreatePlaneGrid(db,material->GetDefaultVIL(),&pgci);