Skip to content

Releases: danilw/vulkan-shader-launcher

Release 1.3

06 Jul 16:56
Compare
Choose a tag to compare

Windows and Linux example build.

Vulkan_shader_launcher_examples_windows.zip - exe build using mingw and MSVS for win64. (tested on Windows 10)

Vulkan_shader_launcher_examples_linux.zip - Wayland and X11 build for Linux64, build made in Ubuntu 16.04LTS. (tested on Ubuntu 16.04, 21.04, 22.04)

example_fbo and example_game build to single exe/bin file using yariv shaders.

(upx compression not used because every upx compressed file detected as virus upx/upx#337 with upx each of example_fbo and example_game will be around 50kb size)

Added launch option --gpu X to use selected GPU device X. Value X is 0 or 1 or 2 etc. By default, selected first GPU which supports graphics and presentation.