Skip to content
/ visor Public
forked from baldurk/visor

Vulkan Ignoble Software Rasterizer: Software rasterizer implementing Vulkan. Just for fun.

License

Notifications You must be signed in to change notification settings

flonier/visor

 
 

Repository files navigation

Visor

The Vulkan Ignoble Software Rasterizer.

Just a little for-fun side project to experiment with making a full software ICD for Vulkan. No grand plans for a fully compliant or optimised ICD.

Enable Visor

set VK_ICD_FILENAMES=/path/to/visor.json

llvm

cmake .. -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD=host -DLLVM_ENABLE_ASSERTIONS=ON

https://llvm.org/docs/LangRef.html

About

Vulkan Ignoble Software Rasterizer: Software rasterizer implementing Vulkan. Just for fun.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • C 0.9%