The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/ogl: Fix URL reference

+1 -1
+1 -1
src/xrt/auxiliary/ogl/ogl_helpers.c
··· 41 41 uint32_t *out_tex_param_name) 42 42 { 43 43 // see reference: 44 - // https://android.googlesource.com/platform/cts/+/master/tests/tests/nativehardware/jni/AHardwareBufferGLTest.cpp#1261 44 + // https://android.googlesource.com/platform/cts/+/e59c1e8ef5c19ff49bd53dd5d039f9a773d877ec/tests/tests/nativehardware/jni/AHardwareBufferGLTest.cpp#1267 45 45 if (info->face_count == 6) { 46 46 if (info->array_size > 1) { 47 47 *out_tex_target = GL_TEXTURE_CUBE_MAP_ARRAY;