Building
Getting Started
Before you can build Daxa, you must first walk through the dependency installation step.
Building Daxa
Windows
Linux
Running a sample
Windows
Linux
Custom Validation
Note: The following steps are only meant for Daxa maintainers. They are not needed if you simply want to use Daxa in a project.
You must build this repo (Debug is fine; you get symbols)
Open up Vulkan Configurator and add a new layer profile:
Add a user-defined path:
For me, it’s at C:/dev/projects/cpp/Vulkan-ValidationLayers/build/debug-windows/layers
And then override the validation layer:
And that should be it!