Add support for Volume textures to have residency changed as regular textures
This commit is contained in:
@@ -813,5 +813,5 @@ void GPUTexture::SetResidentMipLevels(int32 count)
|
||||
if (_residentMipLevels == count || !IsRegularTexture())
|
||||
return;
|
||||
_residentMipLevels = count;
|
||||
onResidentMipsChanged();
|
||||
OnResidentMipsChanged();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user