增加注释说明,防止未来重新排序函数定义顺序

This commit is contained in:
HuYingzhuo 2019-04-25 11:44:22 +08:00
parent 73a6c22b64
commit c64620dfb7

View File

@ -41,6 +41,8 @@ public:
clear_values[1].depthStencil.stencil=s;
}
//以上设定在Begin开始后即不可改变
bool Begin(RenderPass *rp,Framebuffer *fb);
bool Bind(Pipeline *p);
bool Bind(PipelineLayout *pl);