mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 07:50:11 +01:00
anv/device: Make the CreateSemaphore stub return success
This commit is contained in:
parent
bed7d1e03c
commit
ba20569626
1 changed files with 2 additions and 1 deletions
|
|
@ -1266,7 +1266,8 @@ VkResult anv_CreateSemaphore(
|
|||
const VkSemaphoreCreateInfo* pCreateInfo,
|
||||
VkSemaphore* pSemaphore)
|
||||
{
|
||||
stub_return(VK_UNSUPPORTED);
|
||||
pSemaphore->handle = 1;
|
||||
stub_return(VK_SUCCESS);
|
||||
}
|
||||
|
||||
void anv_DestroySemaphore(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue