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

@@ -724,7 +724,7 @@ void GPUContextDX11::SetState(GPUPipelineState* state)
}
}
void GPUContextDX11::ClearState()
void GPUContextDX11::ResetState()
{
if (!_context)
return;