mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Conditionally disable DX sharing extensions
Change-Id: Idbc253f072a9400962b7500e75ba6fd86e5e6b59 Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
71950fa7cc
commit
9c716a8d98
@@ -21,6 +21,7 @@ class DriverInfo {
|
||||
|
||||
virtual std::string getDeviceName(std::string defaultName) { return defaultName; };
|
||||
virtual std::string getVersion(std::string defaultVersion) { return defaultVersion; };
|
||||
virtual bool getMediaSharingSupport() { return true; };
|
||||
};
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user