Commit Graph

2 Commits

Author SHA1 Message Date
jsg
b8f15bf0b9 update to vkQuake 1.04.1
ok thfr@
2020-01-28 06:19:36 +00:00
thfr
ad01666889 import games/vkquake; DO_USERDIRS tweak and ok jsg@
DESCR:
vkQuake is a Quake 1 port using Vulkan instead of OpenGL for
rendering. It is based on the popular QuakeSpasm port and runs all
mods compatible with it like Arcane Dimensions or In The Shadows.

Compared to QuakeSpasm vkQuake also features a software Quake like
underwater effect, has better color precision, generates mipmap for
water surfaces at runtime and has native support for anti-aliasing
and AF.

vkQuake also serves as a Vulkan demo application that shows basic
usage of the API. For example it demonstrates render passes & sub
passes, pipeline barriers & synchronization, compute shaders, push
& specialization constants, CPU/GPU parallelism and memory pooling.
2019-06-23 19:00:14 +00:00