Fix lambda

This commit is contained in:
Wojtek Figat
2021-01-14 21:21:08 +01:00
parent 9e3c413c91
commit b76d5d34ea
2 changed files with 20 additions and 18 deletions

View File

@@ -720,6 +720,10 @@ public:
#endif
private:
bool IsVkFormatSupported(VkFormat vkFormat, VkFormatFeatureFlags wantedFeatureFlags, bool optimalTiling) const;
public:
// [GPUDevice]