Rename GPUContext::ClearState to ResetState for constentency

This commit is contained in:
Wojtek Figat
2025-12-10 13:00:59 +01:00
parent 3b9b49950c
commit 43665aa7eb
12 changed files with 23 additions and 14 deletions

View File

@@ -1329,7 +1329,7 @@ void GPUContextVulkan::SetState(GPUPipelineState* state)
}
}
void GPUContextVulkan::ClearState()
void GPUContextVulkan::ResetState()
{
ResetRenderTarget();
ResetSR();