Skip to content
Snippets Groups Projects

Resolve "Follow-up from "Draft: Resolve "MacOS Support"" : Mac Runtime"

All threads resolved!
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -261,6 +261,10 @@ namespace vkcv
FeatureManager featureManager (physicalDevice);
#ifdef __APPLE__
featureManager.useExtension("VK_KHR_portability_subset", true);
#endif
if (featureManager.useExtension(VK_KHR_SHADER_FLOAT16_INT8_EXTENSION_NAME, false)) {
featureManager.useFeatures<vk::PhysicalDeviceShaderFloat16Int8Features>(
[](vk::PhysicalDeviceShaderFloat16Int8Features& features) {
Loading