replace dx11 with opengl in panic msg

This commit is contained in:
coffee-compiler 2024-07-16 18:33:23 +02:00
parent 9452500f16
commit 2bf4096dfb

View File

@ -204,7 +204,7 @@ fn main() {
panic!( panic!(
"Failed to select a rendering backend! No compatible backends were found. We \ "Failed to select a rendering backend! No compatible backends were found. We \
currently support vulkan, metal, dx12, and dx11.{} If the issue persists, please \ currently support vulkan, metal, dx12, and opengl.{} If the issue persists, please \
include the operating system and GPU details in your bug report to help us \ include the operating system and GPU details in your bug report to help us \
identify the cause.", identify the cause.",
POTENTIAL_FIX POTENTIAL_FIX