vulkan: fix some validation warnings

This commit is contained in:
niki
2022-08-30 20:28:18 +02:00
parent ec5a3a50f9
commit e409770be1
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -80,6 +80,7 @@ struct FramebufferConfigurationHasher {
};
struct OptionalDeviceFeatures {
bool physicalDeviceProperties2 = false;
bool extendedDynamicState = false;
};