This works fine while stating bevy without OXR, otherwise:
wgpu error: Validation Error
Caused by:
In Device::create_texture
Texture format Rgba16Unorm can't be used due to missing features
Features Features(TEXTURE_FORMAT_16BIT_NORM) are required but not enabled on the device
This works fine while stating bevy without OXR, otherwise:
wgpu error: Validation Error
Caused by: In Device::create_texture Texture format Rgba16Unorm can't be used due to missing features Features Features(TEXTURE_FORMAT_16BIT_NORM) are required but not enabled on the device