summaryrefslogtreecommitdiff
path: root/tests/bindings/hlsl-to-vulkan-global-binding.hlsl
AgeCommit message (Collapse)Author
2024-10-09Use user defined type name in glsl buffer declarations. (#5242)Yong He
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>