summaryrefslogtreecommitdiff
path: root/tests/diagnostics/single-shader-record.slang.expected
AgeCommit message (Collapse)Author
2023-05-04Improvements around HLSLToVulkanLayout (#2867)jsmall-nvidia
* #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>
2019-02-11* Use LayoutResourceKind for calcing total num regs used (#838)jsmall-nvidia
* Made diagnostic message more compliant + fixed test output * Typo fixes
2019-02-11[[vk::shader_record]] (#836)jsmall-nvidia
* * 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.