https://github.com/shader-slang/slang
Raw File
Tip revision: 2700a89f8c80620f1d523563cc80ec0da39e9761 authored by jsmall-nvidia on 23 October 2018, 00:48:59 UTC
Fix problem with __import not working (#688)
Tip revision: 2700a89
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