mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-12 21:51:28 +00:00
Add dma import modifiers EGL ext
This commit is contained in:
parent
6000b85b1a
commit
977a4d3d4a
@ -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…
Reference in New Issue
Block a user