Skip to content

Instantly share code, notes, and snippets.

@xDShot
Created July 25, 2022 11:55
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