mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
comp: Add a URL for sample Android EGL code.
This commit is contained in:
parent
355ea625dd
commit
521de8ecfd
|
@ -212,6 +212,8 @@ client_gl_eglimage_swapchain_create(
|
|||
EGLClientBuffer native_buffer = NULL;
|
||||
|
||||
#if defined(XRT_GRAPHICS_BUFFER_HANDLE_IS_AHARDWAREBUFFER)
|
||||
// see
|
||||
// https://android.googlesource.com/platform/cts/+/master/tests/tests/nativehardware/jni/AHardwareBufferGLTest.cpp
|
||||
native_buffer =
|
||||
eglGetNativeClientBufferANDROID(xscn->images[i].handle);
|
||||
|
||||
|
|
Loading…
Reference in a new issue