c/client: Fix URL reference

This commit is contained in:
Rylie Pavlik 2024-05-03 14:20:41 -05:00
parent 89e15a96bb
commit e6e9396844

View file

@ -230,7 +230,7 @@ client_gl_eglimage_swapchain_create(struct xrt_compositor *xc,
#if defined(XRT_GRAPHICS_BUFFER_HANDLE_IS_AHARDWAREBUFFER)
// see
// https://android.googlesource.com/platform/cts/+/master/tests/tests/nativehardware/jni/AHardwareBufferGLTest.cpp
// https://android.googlesource.com/platform/cts/+/e59c1e8ef5c19ff49bd53dd5d039f9a773d877ec/tests/tests/nativehardware/jni/AHardwareBufferGLTest.cpp#1416
native_buffer = eglGetNativeClientBufferANDROID(xscn->images[i].handle);
AHardwareBuffer_Desc desc;