mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
st/oxr: Update version for OpenXR 1.0 support
This commit is contained in:
parent
57c6078a69
commit
4ebc308a37
|
@ -211,7 +211,7 @@ oxr_instance_get_properties(struct oxr_logger *log,
|
|||
struct oxr_instance *inst,
|
||||
XrInstanceProperties *instanceProperties)
|
||||
{
|
||||
instanceProperties->runtimeVersion = XR_MAKE_VERSION(0, 0, 42);
|
||||
instanceProperties->runtimeVersion = XR_MAKE_VERSION(0, 1, 42);
|
||||
strncpy(instanceProperties->runtimeName,
|
||||
"Monado(XRT) by Collabora et al", XR_MAX_RUNTIME_NAME_SIZE - 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue