https://github.com/shader-slang/slang
Raw File
Tip revision: 61057ea1dabbde5f6e4d9d8d637d63cb094a71a7 authored by Yong He on 16 June 2022, 06:56:41 UTC
fix
Tip revision: 61057ea
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