render: make vulkan the default API
This commit is contained in:
parent
074c9f54a0
commit
e5ca68a2ad
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
- Various bugfixes.
|
- Various bugfixes.
|
||||||
- Tiles and workspaces can now be dragged with the mouse.
|
- Tiles and workspaces can now be dragged with the mouse.
|
||||||
|
- Vulkan is now the default renderer.
|
||||||
|
|
||||||
# 1.6.0 (2024-09-25)
|
# 1.6.0 (2024-09-25)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -234,7 +234,7 @@ fn start_compositor2(
|
||||||
render_ctx_watchers: Default::default(),
|
render_ctx_watchers: Default::default(),
|
||||||
workspace_watchers: Default::default(),
|
workspace_watchers: Default::default(),
|
||||||
default_workspace_capture: Cell::new(true),
|
default_workspace_capture: Cell::new(true),
|
||||||
default_gfx_api: Cell::new(GfxApi::OpenGl),
|
default_gfx_api: Cell::new(GfxApi::Vulkan),
|
||||||
activation_tokens: Default::default(),
|
activation_tokens: Default::default(),
|
||||||
toplevel_lists: Default::default(),
|
toplevel_lists: Default::default(),
|
||||||
dma_buf_ids: Default::default(),
|
dma_buf_ids: Default::default(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue