Add events for streamable resources residency changes tracking

This commit is contained in:
Wojciech Figat
2022-04-21 12:37:39 +02:00
parent 0a458d94c4
commit 5345d1f685
6 changed files with 27 additions and 7 deletions

View File

@@ -814,4 +814,5 @@ void GPUTexture::SetResidentMipLevels(int32 count)
return;
_residentMipLevels = count;
OnResidentMipsChanged();
ResidentMipsChanged(this);
}