awtterpip / bevy_oxr

Apache License 2.0
247 stars 39 forks source link

missing texture format, Rgba16Unorm unsupported #156

Open raffaeleragni opened 1 month ago

raffaeleragni commented 1 month ago

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

Schmarni-Dev commented 1 month ago

did you manually enable that feature in the RenderPlugin?