[host] dxgi: fix the return status of the downsampler

This commit is contained in:
Geoffrey McRae 2023-11-07 16:03:58 +11:00
parent 881aa9e179
commit 3838e1f996

View File

@ -212,6 +212,7 @@ static bool downsample_configure(void * opaque,
comRef_toGlobal(inst->tex , tex );
comRef_toGlobal(inst->target , target );
result = true;
exit:
comRef_scopePop();