added PureColor2D.cpp

This commit is contained in:
2023-05-19 22:22:55 +08:00
parent 198fe55216
commit c485941342
10 changed files with 79 additions and 17 deletions

View File

@@ -21,14 +21,14 @@ class TestApp:public CameraAppFramework
private:
SceneNode render_root;
RenderList *render_list=nullptr;
SceneNode render_root;
RenderList * render_list =nullptr;
Material * material =nullptr;
MaterialInstance * material_instance =nullptr;
Pipeline * pipeline =nullptr;
Primitive * ro_plane_grid[3];
Primitive * ro_plane_grid[3]{};
private: