Fixing several validation related issues

This commit is contained in:
Sascha Willems 2021-10-24 13:00:11 +02:00
parent 6f723ea1e0
commit a5022d6d5f
7 changed files with 18 additions and 10 deletions

View file

@ -93,6 +93,9 @@ public:
else {
wireframe = false;
}
if (deviceFeatures.samplerAnisotropy) {
enabledFeatures.samplerAnisotropy = VK_TRUE;
}
}
void buildCommandBuffers()