Created
July 25, 2022 11:55
-
-
Save xDShot/0155f4168da0aeb5985421953f8fe45a to your computer and use it in GitHub Desktop.
Run OpenGL games in zink Vulkan wrapper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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