GLES: Fix first wipe

This commit is contained in:
Emile Belanger 2023-01-29 15:56:14 +00:00 committed by Christoph Oelckers
parent 4d9e60574d
commit c8bd2deb1e
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@ void HWViewpointBuffer::Clear()
if (needNewPipeline)
{
mLastMappedIndex = UINT_MAX;
mPipelinePos++;
mPipelinePos %= mPipelineNbr;
}