mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
vk/device: Actually allow destruction
This commit is contained in:
parent
5d4b6a01af
commit
11e941900a
1 changed files with 0 additions and 3 deletions
|
|
@ -434,9 +434,6 @@ VkResult anv_DestroyDevice(
|
|||
{
|
||||
struct anv_device *device = (struct anv_device *) _device;
|
||||
|
||||
/* FIXME: We should make device destruction actually safe. */
|
||||
return VK_UNSUPPORTED;
|
||||
|
||||
anv_compiler_destroy(device->compiler);
|
||||
|
||||
anv_queue_finish(&device->queue);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue