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-using-file-a.slang.h
// this file exists to be included by "parser-using-file.slang"

float a(float x) { return x * x; }
back to top