add Comments on RenderableInstance

This commit is contained in:
hyzboy 2020-12-18 16:51:53 +08:00
parent fa62d7f7ab
commit 3f8c74f2ec

View File

@ -7,9 +7,10 @@
#include<hgl/graph/VKMaterialInstance.h>
VK_NAMESPACE_BEGIN
/**
*
* <br>
* RenderList会统一管理Shader中的LocalToWorld数据使DynamicUBO/DynamicSSBO实现
*/
class RenderableInstance
class RenderableInstance ///可渲染对象实例
{
Pipeline * pipeline;
MaterialInstance * mat_inst;