mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +00:00
st/oxr: Fix typo in comment
This commit is contained in:
parent
5dcb5c360c
commit
3ed593df4b
|
@ -492,7 +492,7 @@ oxr_verify_XrSessionCreateInfo(struct oxr_logger *log,
|
||||||
OXR_VERIFY_EXTENSION(log, inst, KHR_opengl_es_enable);
|
OXR_VERIFY_EXTENSION(log, inst, KHR_opengl_es_enable);
|
||||||
return oxr_verify_XrGraphicsBindingOpenGLESAndroidKHR(log, opengles_android);
|
return oxr_verify_XrGraphicsBindingOpenGLESAndroidKHR(log, opengles_android);
|
||||||
}
|
}
|
||||||
#endif // OXR_HAVE_KHR_vulkan_enable
|
#endif // defined(XR_USE_PLATFORM_ANDROID) && defined(XR_USE_GRAPHICS_API_OPENGL_ES)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Add any new graphics binding structs here - before the headless
|
* Add any new graphics binding structs here - before the headless
|
||||||
|
|
Loading…
Reference in a new issue