mirror of https://github.com/wayvr-org/wayvr.git
fix image_drm_format_modifier being a hard requirement
This commit is contained in:
parent
072540fbb5
commit
10db0f690a
|
|
@ -140,7 +140,6 @@ fn get_dmabuf_extensions() -> DeviceExtensions {
|
|||
khr_external_memory: true,
|
||||
khr_external_memory_fd: true,
|
||||
ext_external_memory_dma_buf: true,
|
||||
ext_image_drm_format_modifier: true,
|
||||
..DeviceExtensions::empty()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue