Fixes and updates to graphics api

This commit is contained in:
Wojtek Figat
2026-02-20 23:49:49 +01:00
parent 08d9ae0ae6
commit 6fd58c418e
9 changed files with 67 additions and 29 deletions

View File

@@ -1807,7 +1807,7 @@ bool GPUDeviceVulkan::Init()
msaa = maxMsaa;
}
FeaturesPerFormat[i] = FormatFeatures(format, msaa, support);
FeaturesPerFormat[i] = FormatFeatures(msaa, support);
}
}