https://github.com/shader-slang/slang
Raw File
Tip revision: cfa1167249c73a83f793aff8560afa8509a776b7 authored by Yong He on 27 June 2022, 00:34:30 UTC
Fix clang error.
Tip revision: cfa1167
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