增加注释说明,防止未来重新排序函数定义顺序
This commit is contained in:
parent
73a6c22b64
commit
c64620dfb7
@ -41,6 +41,8 @@ public:
|
|||||||
clear_values[1].depthStencil.stencil=s;
|
clear_values[1].depthStencil.stencil=s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//以上设定在Begin开始后即不可改变
|
||||||
|
|
||||||
bool Begin(RenderPass *rp,Framebuffer *fb);
|
bool Begin(RenderPass *rp,Framebuffer *fb);
|
||||||
bool Bind(Pipeline *p);
|
bool Bind(Pipeline *p);
|
||||||
bool Bind(PipelineLayout *pl);
|
bool Bind(PipelineLayout *pl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user