https://github.com/shader-slang/slang
Raw File
Tip revision: 55a764c90b9e567a203ac7f9b344aaf6582e5b66 authored by Robert Stepinski on 29 January 2020, 05:51:09 UTC
Check library modules for explicit entry point names as well (#1188)
Tip revision: 55a764c
parser-error-unclosed-curly.slang
//TEST:SIMPLE:
void foo() {
// Note: no closing curly brace
back to top