summaryrefslogtreecommitdiff
path: root/tests/diagnostics/single-shader-record.slang.expected
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2023-05-04 15:44:09 -0400
committerGitHub <noreply@github.com>2023-05-04 12:44:09 -0700
commitc0b6f59a6920a9efbb4ecc3b622529db484c64ef (patch)
treef1ee51fb9244da22c4157dfff40cda964ac7b28f /tests/diagnostics/single-shader-record.slang.expected
parentee62b062e6b606c480c5f7358710b06c933b0efb (diff)
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 <yonghe@outlook.com>
Diffstat (limited to 'tests/diagnostics/single-shader-record.slang.expected')
-rw-r--r--tests/diagnostics/single-shader-record.slang.expected2
1 files changed, 1 insertions, 1 deletions
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 = {
}