mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-27 10:56:29 -03:00
readme: apparently it already worked
forgot to change the implicit layer path...
This commit is contained in:
parent
80521c6c04
commit
b7fee253f7
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
# lsfg-vk-flake
|
||||
WIP! Nix flake to build the library for using Lossless Scaling's frame generation on Linux
|
||||
|
||||
current state: builds, but symbols are still wonky therefore likely not usable yet
|
||||
current state: builds and seems to be functional
|
||||
|
||||
both building via ``nix build`` or via ``nix develop`` and then manually with cmake should work.
|
||||
## manual install
|
||||
1. build the library with ``nix build``
|
||||
2. copy library and vulkan layer config to your ~/.local: ``cp -r result/* ~/.local/`` (check contents of result first!)
|
||||
3. have lossless scaling installed on Steam or manually reference the DLL file using LSFG_DLL_PATH
|
||||
|
||||
example usage command: ``LD_PRELOAD=~/.local/lib/liblsfg-vk.so LSFG_DLL_PATH=<POINT_ME_TO>/Lossless.dll ENABLE_LSFG=1 vkcube``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue