SWDEV-245532 - HIP - Vulkan interop

Change-Id: I0be4279bb1037640d138dd07e125b78a719743ca
This commit is contained in:
pghafari
2021-03-25 20:21:57 -04:00
committed by Payam Ghafari
parent 69eccabbc5
commit e64ce02ea2
+1 -1
View File
@@ -138,7 +138,7 @@ class Resource : public amd::HeapObject {
struct VkInteropParams : public CreateParams {
InteropType type_; //!< Vulkan resource type
void* handle_;
amd::Os::FileDesc handle_;
};
#ifdef _WIN32