Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 455 Bytes

Vulkan

Vulkan Tutorials used for data visualization.


Dependency install

To install the dependencies run the command below for your desired platform: (TODO: Linux/Windows Profiles)

cd conan
conan install . --profile=profile-macos --build=missing

Shader Compiler

We use Google's glslc which has a familiar GCC- and Clang-like usage. Link. After download, one can put it in PATH.