Add support for Volume textures to have residency changed as regular textures

This commit is contained in:
Wojciech Figat
2022-04-21 12:36:16 +02:00
parent 60d2670e2e
commit 0a458d94c4
11 changed files with 50 additions and 57 deletions

View File

@@ -57,7 +57,7 @@ protected:
return false;
}
void onResidentMipsChanged() override
void OnResidentMipsChanged() override
{
}
};