renamed MaterialInstance to MaterialParameters.

This commit is contained in:
2021-06-16 10:41:04 +08:00
parent 0f42ab3987
commit bc8848afa6
30 changed files with 79 additions and 66 deletions

View File

@@ -39,7 +39,7 @@ class TestApp:public VulkanApplicationFramework
private:
Sampler * sampler =nullptr;
MaterialInstance * material_instance =nullptr;
MaterialParameters * material_instance =nullptr;
Renderable * render_obj =nullptr;
RenderableInstance *render_instance =nullptr;
GPUBuffer * ubo_camera_info =nullptr;