Skip to content

Instantly share code, notes, and snippets.

@xDShot
Created July 25, 2022 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xDShot/0155f4168da0aeb5985421953f8fe45a to your computer and use it in GitHub Desktop.
Save xDShot/0155f4168da0aeb5985421953f8fe45a to your computer and use it in GitHub Desktop.
Run OpenGL games in zink Vulkan wrapper
#!/bin/bash
env __GLX_VENDOR_LIBRARY_NAME=mesa MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment