android: video_core: Disable problematic compute shaders.
- Fixes #104.
This commit is contained in:
parent
1c9dae7cac
commit
8dc7fe0c96
5 changed files with 17 additions and 5 deletions
|
@ -500,6 +500,10 @@ public:
|
|||
}
|
||||
|
||||
bool HasTimelineSemaphore() const {
|
||||
if (GetDriverID() == VK_DRIVER_ID_QUALCOMM_PROPRIETARY) {
|
||||
// Timeline semaphores do not work properly on all Qualcomm drivers.
|
||||
return false;
|
||||
}
|
||||
return features.timeline_semaphore.timelineSemaphore;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue