removed standalone ".glsl" files ,merge to c++ codes.

This commit is contained in:
2024-03-06 23:24:57 +08:00
parent 3874d771d3
commit 5ba3c1790d
16 changed files with 39 additions and 74 deletions

View File

@@ -26,7 +26,7 @@ private:
Material * mtl_vtx_lum =nullptr;
MaterialInstance * mi_plane_grid =nullptr;
Pipeline * pipeline_vtx_lum =nullptr;
Primitive * prim_plane_grid =nullptr;
Primitive * prim_plane_grid =nullptr;
Material * mtl_vtx_color =nullptr;
MaterialInstance * mi_line =nullptr;