mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
list opengl for list-wgpu-backends
This commit is contained in:
parent
a094495160
commit
95c7e6bd82
@ -50,9 +50,9 @@ fn main() {
|
||||
match command {
|
||||
cli::Commands::ListWgpuBackends => {
|
||||
#[cfg(target_os = "windows")]
|
||||
let backends = &["dx11", "dx12", "vulkan"];
|
||||
let backends = &["opengl", "dx12", "vulkan"];
|
||||
#[cfg(target_os = "linux")]
|
||||
let backends = &["vulkan"];
|
||||
let backends = &["opengl", "vulkan"];
|
||||
#[cfg(target_os = "macos")]
|
||||
let backends = &["metal"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user