Add dma import modifiers EGL ext
This commit is contained in:
parent
6000b85b1a
commit
977a4d3d4a
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue