mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 01:47:41 +00:00
vulkan build fix
This commit is contained in:
parent
ea77472d75
commit
0815637cf0
1 changed files with 1 additions and 1 deletions
|
@ -10865,7 +10865,7 @@ static inline Uint8 CheckDeviceExtensions(
|
|||
supports->ext = 1; \
|
||||
}
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue