The open source OpenXR runtime
0
fork

Configure Feed

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

s/oxr: Add explicit casting for PFNEGLGETPROCADDRESSPROC

Signed-off-by: utzcoz <utzcoz@outlook.com>

authored by

utzcoz and committed by
Jakob Bornecrantz
0428ce4b f09adc10

+1 -1
+1 -1
src/xrt/state_trackers/oxr/oxr_session_gfx_egl.c
··· 67 67 next->display, // 68 68 next->config, // 69 69 next->context, // 70 - next->getProcAddress, // 70 + (PFNEGLGETPROCADDRESSPROC)next->getProcAddress, // 71 71 renderdoc_enabled, // renderdoc_enabled 72 72 &xcgl); // 73 73