Merge pull request #18593 from masa-iwm:master
authormasa-iwm <37230118+masa-iwm@users.noreply.github.com>
Sun, 18 Oct 2020 21:22:06 +0000 (06:22 +0900)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 21:22:06 +0000 (21:22 +0000)
commit5ac0712cf1f25af2224afd1776ca9476e39f85d8
treec1e02bfa115e91bb7a46307ba608d1ebd9ed295c
parentadac1da64eac08277e8a7dea7ae0fd9994b6c38f
Merge pull request #18593 from masa-iwm:master

Add support thread-local directx (OpenCL interop) initialization

* support thread-local directx (OpenCL interop) initialization

* reflect reviews

* Remove verbose function prototype declarations

* Countermeasures for VC warnings. (declaration of 'platform' hides class member)

* core(directx): remove internal stuff from public headers
modules/core/src/directx.cpp
modules/core/src/directx.hpp [new file with mode: 0644]
modules/core/src/ocl.cpp