Skip to content

Commit

Permalink
fix image_drm_format_modifier being a hard requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
galister committed Jun 22, 2024
1 parent 072540f commit 10db0f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graphics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
Expand Down

0 comments on commit 10db0f6

Please sign in to comment.