bugfix convertFromD3D11Texture2D

This commit is contained in:
masa-iwm 2022-03-03 07:21:53 +09:00
parent 9c7adb7248
commit 1ae2320e09

View File

@ -1385,6 +1385,7 @@ void convertFromD3D11Texture2D(ID3D11Texture2D* pD3D11Texture2D, OutputArray dst
OpenCL_D3D11_NV* impl_nv = ctx.getUserContext<OpenCL_D3D11_NV>().get();
if (impl_nv) {
__convertFromD3D11Texture2DNV(pD3D11Texture2D,dst);
return;
}
#endif
OpenCL_D3D11* impl = ctx.getUserContext<OpenCL_D3D11>().get();