procedural-3d-engine/shaders
Sascha Willems 8b4ee59033
Add new sample for buffer device address (#1144)
* Started work on buffer device address sample

* Code cleanup

* Added BDA sample to readm

* Added android build files for BDA sample

* Replaces all uniform buffers with references
Comments and code cleanup
2024-07-03 22:04:57 +02:00
..
glsl Add new sample for buffer device address (#1144) 2024-07-03 22:04:57 +02:00
hlsl Added mesh and task shader support to shader compilation scripts 2024-06-23 20:09:05 +02:00
README.md Update and document shader compilation scripts 2024-06-04 21:31:24 +02:00

Shaders

This folder contains the shaders used by the samples. Source files are available as GLSL and HLSL and also come with precompiled SPIR-V files that are consumed by the samples. To recompile shaders you can use the compileshaders.py scripts in the respective folders or any other means that can generate Vulkan SPIR-V from GLSL or HLSL. One such option is this extension for Visual Studio.