Some minor adjustments

This commit is contained in:
dpjudas 2023-09-17 05:04:59 +02:00 committed by Magnus Norddahl
commit c8f6182f36
2 changed files with 5 additions and 4 deletions

View file

@ -737,6 +737,7 @@ void VkRenderState::BeginFrame()
mRSBuffers->Viewpoint.UploadIndex = 0;
mRSBuffers->Lightbuffer.UploadIndex = 0;
mRSBuffers->Bonebuffer.UploadIndex = 0;
mRSBuffers->Fogballbuffer.UploadIndex = 0;
}
void VkRenderState::EndRenderPass()