diff --git a/config/makefile b/config/makefile index 1dd7c8b..a0a6890 100644 --- a/config/makefile +++ b/config/makefile @@ -1,9 +1,11 @@ INSTALL_DIR := $(HOME)/.local/share/vulkan/implicit_layer.d LIB32 := $(HOME)/.local/share/vkBasalt/libvkbasalt32.so LIB64 := $(HOME)/.local/share/vkBasalt/libvkbasalt64.so +CONFIG := $(HOME)/.local/share/vkBasalt/vkBasalt.conf install: mkdir -p $(INSTALL_DIR) sed 's+@lib+$(LIB32)+g' vkBasalt32.json > $(INSTALL_DIR)/vkBasalt32.json sed 's+@lib+$(LIB64)+g' vkBasalt64.json > $(INSTALL_DIR)/vkBasalt64.json + install -m 0644 -D -T vkBasalt.conf $(CONFIG) diff --git a/config/vkBasalt.conf b/config/vkBasalt.conf new file mode 100644 index 0000000..893ae48 --- /dev/null +++ b/config/vkBasalt.conf @@ -0,0 +1,6 @@ +#casSharpness specifies the amount of sharpning in the CAS shader. +#0.0 less sharp, less artefacts, but not off +#1.0 maximum sharp more artefacts +#Everything in between in possible +casSharpness=0.4 +