Remove vkDestroyBuffer
authorAri Suonpaa <ari.suonpaa@siru.fi>
Tue, 14 Dec 2021 05:27:53 +0000 (07:27 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 6 Jan 2022 22:40:40 +0000 (22:40 +0000)
commit007e1dae815103f971dcd9ace474b65b72eb530f
tree781d9ce37ba271f61cc657af7b926bab3eb4653f
parentf52eaffc5e63fccd6b9019f5e22dad73c779f23f
Remove vkDestroyBuffer

A buffer allocation test that is supposed to fail a large
allocation still tried to destroy the buffer even when an
error was returned from the allocation. This is now removed.

VK-GL-CTS Issue: 3192

Affects:

dEQP-VK.api.buffer.basic.size_max_uint64

Components: Vulkan
Change-Id: Ic36cb548ab2796b41e2a0b44d023e644b02a6d8c
external/vulkancts/modules/vulkan/api/vktApiBufferTests.cpp