st/oxr: Update version for OpenXR 1.0 support

This commit is contained in:
Jakob Bornecrantz 2019-08-01 07:34:33 +01:00
parent 57c6078a69
commit 4ebc308a37

View file

@ -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);