Added slang shaders for hdr and graphics pipeline library samples

This commit is contained in:
Sascha Willems 2025-05-18 11:21:50 +02:00
parent 381c6eff03
commit b81e9d9654
5 changed files with 347 additions and 1 deletions

View file

@ -16,7 +16,11 @@ def checkRenameFiles(samplename):
mappings = {
"normaldebug.vert.spv": "base.vert.spv",
"normaldebug.frag.spv": "base.frag.spv",
}
}
case "graphicspipelinelibrary":
mappings = {
"uber.vert.spv": "shared.vert.spv",
}
case "raytracingbasic":
mappings = {
"raytracingbasic.rchit.spv": "closesthit.rchit.spv",