We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6c194 commit 4a2be4eCopy full SHA for 4a2be4e
src/SparseBindingTest.cpp
@@ -216,7 +216,7 @@ void BaseImage::ValidateContent(RandomNumberGenerator& rand)
216
}
217
*/
218
219
- const uint32_t valueCount = 32;
+ const uint32_t valueCount = 128;
220
221
VkBufferCreateInfo dstBufCreateInfo = { VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO };
222
dstBufCreateInfo.usage = VK_BUFFER_USAGE_STORAGE_BUFFER_BIT;
@@ -501,7 +501,7 @@ void TestSparseBinding()
501
};
502
std::vector<ImageInfo> images;
503
504
- constexpr uint32_t frameCount = 2000;
+ constexpr uint32_t frameCount = 1000;
505
constexpr uint32_t imageLifeFramesMin = 1;
506
constexpr uint32_t imageLifeFramesMax = 400;
507
0 commit comments