Skip to content

Commit 4a2be4e

Browse files
Minor tweak in sparse binding tests.
1 parent da6c194 commit 4a2be4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SparseBindingTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void BaseImage::ValidateContent(RandomNumberGenerator& rand)
216216
}
217217
*/
218218

219-
const uint32_t valueCount = 32;
219+
const uint32_t valueCount = 128;
220220

221221
VkBufferCreateInfo dstBufCreateInfo = { VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO };
222222
dstBufCreateInfo.usage = VK_BUFFER_USAGE_STORAGE_BUFFER_BIT;
@@ -501,7 +501,7 @@ void TestSparseBinding()
501501
};
502502
std::vector<ImageInfo> images;
503503

504-
constexpr uint32_t frameCount = 2000;
504+
constexpr uint32_t frameCount = 1000;
505505
constexpr uint32_t imageLifeFramesMin = 1;
506506
constexpr uint32_t imageLifeFramesMax = 400;
507507

0 commit comments

Comments
 (0)