Skip to content

Commit

Permalink
Merge pull request #345 from brownj85/master
Browse files Browse the repository at this point in the history
Add missing EGL extension for linux
  • Loading branch information
ReenigneArcher authored Oct 26, 2022
2 parents 894cb65 + b484060 commit c9c93a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/linux/graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ display_t make_display(std::variant<gbm::gbm_t::pointer, wl_display *, _XDisplay
"EGL_KHR_create_context",
"EGL_KHR_surfaceless_context",
"EGL_EXT_image_dma_buf_import",
"EGL_EXT_image_dma_buf_import_modifiers",
};

for(auto ext : extensions) {
Expand Down

0 comments on commit c9c93a2

Please sign in to comment.