https://github.com/shader-slang/slang
Raw File
Tip revision: c4541e83b4a57d8317932bc4277ee6a2d45bb2f6 authored by Robert Stepinski on 16 August 2019, 15:30:48 UTC
Fix a typo in core.meta.slang which was causing an assert when (#1024)
Tip revision: c4541e8
define-function-like.slang.expected
result code = -1
standard error = {
tests/preprocessor/define-function-like.slang(16): error 30015: undefined identifier 'x'.
tests/preprocessor/define-function-like.slang(16): error 30015: undefined identifier 'x'.
}
standard output = {
}
back to top