https://github.com/shader-slang/slang
Raw File
Tip revision: a9bbcb90c812bcb1fe6017aeee38bcf149a93160 authored by jsmall-nvidia on 28 October 2021, 19:03:29 UTC
Upgrade glslang (#1995)
Tip revision: a9bbcb9
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