Added slang shaders for hdr and graphics pipeline library samples
This commit is contained in:
parent
381c6eff03
commit
b81e9d9654
5 changed files with 347 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue