mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
linux/x11: disable Vulkan validation in Debug (#8044)
Turns out this validation requirement is confusing new users. Release Notes: - N/A
This commit is contained in:
parent
f7d2cb1818
commit
b028231aea
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ impl X11WindowState {
|
|||
gpu::Context::init_windowed(
|
||||
&raw,
|
||||
gpu::ContextDesc {
|
||||
validation: cfg!(debug_assertions),
|
||||
validation: false,
|
||||
capture: false,
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue