From c0b6f59a6920a9efbb4ecc3b622529db484c64ef Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 4 May 2023 15:44:09 -0400 Subject: Improvements around HLSLToVulkanLayout (#2867) * #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 --- tests/diagnostics/single-shader-record.slang.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/diagnostics/single-shader-record.slang.expected') diff --git a/tests/diagnostics/single-shader-record.slang.expected b/tests/diagnostics/single-shader-record.slang.expected index 5d843c2e6..ce92849fb 100644 --- a/tests/diagnostics/single-shader-record.slang.expected +++ b/tests/diagnostics/single-shader-record.slang.expected @@ -1,6 +1,6 @@ result code = -1 standard error = { -(0): error 39017: can have at most one 'shader record' attributed constant buffer; found 2. +(0): error 39020: can have at most one 'shader record' attributed constant buffer; found 2. } standard output = { } -- cgit v1.2.3