Skip to content

Commit

Permalink
Bump application version number reported to OpenXR
Browse files Browse the repository at this point in the history
  • Loading branch information
janhsimon committed Aug 26, 2024
1 parent 0cf115b commit 4ff50bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Context::Context()
{
XrApplicationInfo applicationInfo;
applicationInfo.apiVersion = XR_API_VERSION_1_0; // Do not use OpenXR 1.1 yet because some runtimes lack support
applicationInfo.applicationVersion = static_cast<uint32_t>(XR_MAKE_VERSION(0, 1, 0));
applicationInfo.applicationVersion = static_cast<uint32_t>(XR_MAKE_VERSION(1, 2, 0));

memcpy(applicationInfo.applicationName, applicationName.data(), applicationName.length() + 1u);
memset(applicationInfo.engineName, 0, 1u);
Expand Down

0 comments on commit 4ff50bb

Please sign in to comment.