SWDEV-366992 - adding handle type for vk interop
Change-Id: I79ee0d89b948c21b96709e9e607abe7901621a97
Tento commit je obsažen v:
@@ -763,6 +763,7 @@ bool Resource::CreateInterop(CreateParams* params) {
|
||||
else if (memoryType() == VkInterop) {
|
||||
VkInteropParams* vparams = reinterpret_cast<VkInteropParams*>(params);
|
||||
openInfo.hExternalResource = vparams->handle_;
|
||||
openInfo.flags.ntHandle = vparams->nt_handle_;
|
||||
}
|
||||
#ifdef ATI_OS_WIN
|
||||
else {
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele