Skip to content

Commit

Permalink
tests: Enable missing descriptor buffer feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Dec 16, 2024
1 parent c3c127e commit de254bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/descriptor_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,8 @@ TEST_F(NegativeDescriptorBuffer, NullCombinedImageSampler) {

TEST_F(NegativeDescriptorBuffer, BufferUsage) {
TEST_DESCRIPTION("Wrong Usage for buffer createion.");

AddRequiredFeature(vkt::Feature::descriptorBufferPushDescriptors);
RETURN_IF_SKIP(InitBasicDescriptorBuffer());

VkPhysicalDeviceDescriptorBufferPropertiesEXT descriptor_buffer_properties = vku::InitStructHelper();
Expand Down

0 comments on commit de254bc

Please sign in to comment.