mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +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);
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue