We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbdedb commit f9e494dCopy full SHA for f9e494d
XR_APILAYER_MBUCCHIA_toolkit/layer.cpp
@@ -275,7 +275,9 @@ namespace {
275
// not being advertised. However for certain apps using double-wide rendering, we can still enable the
276
// feature, based on the list of apps below.
277
m_overrideFoveatedRenderingCapability =
278
- m_isOpenComposite && m_applicationName == "OpenComposite_AC2-Win64-Shipping";
+ (m_applicationName == "OpenComposite_AC2-Win64-Shipping" ||
279
+ m_applicationName == "OpenComposite_SkyrimVR" ||
280
+ m_applicationName == "OpenComposite_Fallout4VR");
281
282
// Dump the OpenXR runtime information to help debugging customer issues.
283
XrInstanceProperties instanceProperties = {XR_TYPE_INSTANCE_PROPERTIES, nullptr};
0 commit comments