Skip to content

Commit

Permalink
add default config file#
Browse files Browse the repository at this point in the history
  • Loading branch information
DadSchoorse committed Oct 22, 2019
1 parent fe14431 commit ce8c318
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/makefile
Original file line number Diff line number Diff line change
@@ -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)

6 changes: 6 additions & 0 deletions config/vkBasalt.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ce8c318

Please sign in to comment.