mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-09 23:38:04 +00:00
s/oxr: Add explicit casting for PFNEGLGETPROCADDRESSPROC
Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
parent
f09adc105f
commit
0428ce4b0f
|
@ -67,7 +67,7 @@ oxr_session_populate_egl(struct oxr_logger *log,
|
|||
next->display, //
|
||||
next->config, //
|
||||
next->context, //
|
||||
next->getProcAddress, //
|
||||
(PFNEGLGETPROCADDRESSPROC)next->getProcAddress, //
|
||||
renderdoc_enabled, // renderdoc_enabled
|
||||
&xcgl); //
|
||||
|
||||
|
|
Loading…
Reference in a new issue