https://github.com/shader-slang/slang
Raw File
Tip revision: b2c9fccb89bdc5d927fb299de9eec822383dee86 authored by jsmall-nvidia on 13 April 2020, 16:34:20 UTC
Remove Not constant folding - because it doesn't take into account the type change. (#1317)
Tip revision: b2c9fcc
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