- hook up postprocessing
This commit is contained in:
parent
a5c820e1e6
commit
6db231596f
9 changed files with 156 additions and 69 deletions
|
|
@ -596,9 +596,6 @@ void VkRenderState::EndRenderPass()
|
|||
mCommandBuffer = nullptr;
|
||||
mRenderPassKey = {};
|
||||
|
||||
mMatricesOffset = 0;
|
||||
mStreamDataOffset = 0;
|
||||
mDataIndex = -1;
|
||||
mLastViewpointOffset = 0xffffffff;
|
||||
mLastLightBufferOffset = 0xffffffff;
|
||||
mLastVertexBuffer = nullptr;
|
||||
|
|
@ -610,3 +607,10 @@ void VkRenderState::EndRenderPass()
|
|||
mLastTextureMatrixEnabled = true;
|
||||
}
|
||||
}
|
||||
|
||||
void VkRenderState::EndFrame()
|
||||
{
|
||||
mMatricesOffset = 0;
|
||||
mStreamDataOffset = 0;
|
||||
mDataIndex = -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue