Skip to content

Commit

Permalink
Vulkan is not stable
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 5, 2024
1 parent 715693a commit 8773123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,15 @@
# enable video encoding and vulkan, along with several
# suitable for my configuration
# change it if you have any issues
# note the spaces, they are required
commandLineArgs = ""
+ " --enable-accelerated-video-decode"
+ " --enable-accelerated-mjpeg-decode"
+ " --enable-gpu-compositing"
+ " --enable-gpu-rasterization" # dont enable in about:flags
+ " --enable-native-gpu-memory-buffers"
+ " --enable-raw-draw"
# + " --use-vulkan"
+ " --use-vulkan"
+ " --enable-zero-copy" # dont enable in about:flags
+ " --ignore-gpu-blocklist" # dont enable in about:flags
+ " --enable-features=VaapiVideoEncoder,CanvasOopRasterization"
Expand Down

0 comments on commit 8773123

Please sign in to comment.