Fix variable arg bindings
Always clear the drawer
This commit is contained in:
parent
0049fea8d6
commit
aa083604e1
4 changed files with 7 additions and 5 deletions
|
|
@ -218,6 +218,7 @@ void VulkanFrameBuffer::RenderTextureView(FCanvasTexture* tex, std::function<voi
|
|||
if (tex->Drawer)
|
||||
{
|
||||
::Draw2D(tex->Drawer.get(), *mRenderState);
|
||||
tex->Drawer->Clear();
|
||||
}
|
||||
|
||||
mRenderState->EndRenderPass();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue