Skip to content
GabeRundlett edited this page Mar 26, 2023 · 11 revisions

Welcome to the Daxa wiki!

Check out the Building Page for a rundown of how to install all the dependencies necessary to build Daxa, as well as building and running Daxa and its samples!

For anyone interested in using daxa there is a Tutorial Page showcasing the creation of a basic app with a step by step explanation.

Daxa utilizes a "bindless" shader resource model. It also utilizes and allows for host and device shared code via shared files. To learn more about how this is integrated into the shaders take a look at the shader integration wiki page: Shader Integration.

I also describe the bindless vulkan implementation details to explain the specific style bindless implemented in daxa.

Clone this wiki locally