mirror of https://github.com/libsdl-org/SDL.git
vulkan build fix
This commit is contained in:
parent
ea77472d75
commit
0815637cf0
|
|
@ -10865,7 +10865,7 @@ static inline Uint8 CheckDeviceExtensions(
|
||||||
supports->ext = 1; \
|
supports->ext = 1; \
|
||||||
}
|
}
|
||||||
CHECK(KHR_swapchain)
|
CHECK(KHR_swapchain)
|
||||||
else CHECK(KHR_maintenance1) else CHECK(KHR_driver_properties) CHECK(KHR_portability_subset) else CHECK(EXT_texture_compression_astc_hdr)
|
else CHECK(KHR_maintenance1) else CHECK(KHR_driver_properties) else CHECK(KHR_portability_subset) else CHECK(EXT_texture_compression_astc_hdr)
|
||||||
#undef CHECK
|
#undef CHECK
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue