renamed to Renderable from RenderableInstance, renamed to PrimitiveCreater from RenderableCreater

This commit is contained in:
2022-06-24 21:06:38 +08:00
parent 43c60c16e2
commit d8d8d97abd
46 changed files with 178 additions and 178 deletions

View File

@@ -131,7 +131,7 @@ class VertexAttributeBinding;
using VAB=VertexAttributeBinding;
class Primitive;
class RenderableInstance;
class Renderable;
class RenderResource;