https://github.com/shader-slang/slang
Raw File
Tip revision: e1b1ce3190682ce8af488028847852aba03f2845 authored by Tim Foley on 11 February 2021, 00:35:52 UTC
Fix a bug in IR lowering (#1701)
Tip revision: e1b1ce3
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