mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
bugfix convertFromD3D11Texture2D
This commit is contained in:
parent
9c7adb7248
commit
1ae2320e09
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user