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 eaf8fc2 commit 7d082cbCopy full SHA for 7d082cb
src/Tests.cpp
@@ -8346,7 +8346,7 @@ static void TestMappingHysteresis()
8346
8347
// It makes sense to test only if this buffer ended up in a non-HOST_VISIBLE memory,
8348
// which may not be the case on some integrated graphics.
8349
- if((memProps & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) == 0)
+ if((memProps & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) != 0)
8350
{
8351
void* ptr;
8352
for (size_t i = 0; i < 10; ++i)
0 commit comments