We're using web launch links to guide our users to our pages. The
service seems to be broken. It reports that opening the link failed. In
the HMD, either nothing happens or a blank page opens in the browser.
Very, very rarely, the link opens properly...
I have an app that utilizes hw accelerated video decoding (via
AMediaCodec). Two 8k 25fps streams are decoded. On the latest update
(51), the codec fails with OMX_ErrorHardware. It did work before.Here's
a snippet of logs:05-04 17:59:58.700 921 5812 ...
Lack of support for debug marker extensions on Vulkan makes profiling
and debugging apps harder. Is there a way to enable VK_EXT_debug_marker
or VK_EXT_debug_utils?
When I'm creating `xrSwapchain` with usage
`XR_SWAPCHAIN_USAGE_COLOR_ATTACHMENT_BIT|
XR_SWAPCHAIN_USAGE_MUTABLE_FORMAT_BIT`, but when I try to create views
for swapchain images with different (yet compatible) format, Vulkan
validation layers give an ...