add comments

This commit is contained in:
2021-04-30 18:56:20 +08:00
parent f1fcfe5cd4
commit b0ec12112f
8 changed files with 78 additions and 65 deletions

View File

@@ -16,6 +16,10 @@ namespace hgl
using MVPArrayBuffer=GPUArrayBuffer<MVPMatrix>;
using MVPOffsetBuffer=List<uint32_t>;
/**
* 渲染对象列表<br>
* 已经展开的渲染对象列表产生mvp用UBO/SSBO等数据最终创建RenderCommandBuffer
*/
class RenderList
{
GPUDevice *device;