Jeff Vigil
Jeff Vigil
@cubanismo - James usually handles the EGL related
I don't recall this. Its old, way back with Acorn. It would seem to be for supporting stereo view? or some special project with multiview. Says EXT, but seems only...
Those attributes are enumerated in: https://registry.khronos.org/EGL/extensions/EXT/EGL_EXT_image_dma_buf_import.txt But their use not clarified until: https://registry.khronos.org/EGL/extensions/EXT/EGL_EXT_image_dma_buf_import_modifiers.txt You can query for supported formats. Then, after picking one of the formats, you can query for...
"Yeah, but it's currently not possible to choose a specific format:modifier pair when creating EGLImageKHR from a texture (EGL_GL_TEXTURE_2D_KHR) to be later exported as a DMA buffer" - true, Its...
@oddhack can you look at this? see if we need a change. This is under this : ``` #elif defined(_WIN32) && !defined(__SCITECH_SNAP__) ``` We don't have a #include here.
@mhhany2000 we need a #if to detect when these types are not included, and #include the correct header.h file, or, if these are not defined, then we need to default...
There is the generic fallback at the end of #if, #else
Can you give us the description of "-pedantic-errors" option?
I concur with Cubanismo.
So I guess we could up the version of the extension with adding a paragraph about the returned fence sync handle EGLSync is usable by any other context/shared or not...