Mesa: Difference between revisions

imported>Fufexan
m Add page to Video category
imported>PedroHLC
m Currently Vulkan layers are enabled by default
Line 2: Line 2:


== Enabling Vulkan Layers ==
== Enabling Vulkan Layers ==
{{outdated|Vulkan layers are enabled by default since we merged {{pull|196310}}. However, this is a good example on how to properly override mesa's package attributes.}}
Vulkan Layers are not enabled by default in [https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/mesa/default.nix Nixpkgs]. You can override the existing Mesa packages and specify them in <code>config.hardware.opengl</code>.
Vulkan Layers are not enabled by default in [https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/mesa/default.nix Nixpkgs]. You can override the existing Mesa packages and specify them in <code>config.hardware.opengl</code>.
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">