summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/single-shader-record.slang.expected
Commit message (Collapse)AuthorAge
* Improvements around HLSLToVulkanLayout (#2867)jsmall-nvidia2023-05-04
| | | | | | | | | | | | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Improve the HLSLToVulkanLayoutOptions interface. Add more diagnostics. Add diagnostics test. * Add check for global binding using file check. * Fix issues with some tests around making some diagnostics ids unique. * Small improvements with doc/handling of vk-<>-shift option setup. --------- Co-authored-by: Yong He <yonghe@outlook.com>
* * Use LayoutResourceKind for calcing total num regs used (#838)jsmall-nvidia2019-02-11
| | | | * Made diagnostic message more compliant + fixed test output * Typo fixes
* [[vk::shader_record]] (#836)jsmall-nvidia2019-02-11
* * Replaced ShaderRecordNVLayoutModifier with ShaderRecordAttribute * Allowed attributed [[vk::shader_record] and [[shader_record]] * Checking there is at most 1 ShaderRecord active * Small typo fixes * Slightly improve diagnostic. Replace expected file.