added comments.

This commit is contained in:
2023-05-16 16:56:32 +08:00
parent c8dbd40333
commit 46b6797bce
2 changed files with 8 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ private:
Texture2D * texture =nullptr;
Sampler * sampler =nullptr;
MaterialInstance * material_instance =nullptr;
Renderable * renderable =nullptr;
Renderable * renderable =nullptr;
Pipeline * pipeline =nullptr;
private: