https://github.com/shader-slang/slang
Raw File
Tip revision: e449446d540b6cc3d5fcd70a8f05886ef2be7547 authored by Yong He on 26 September 2022, 19:58:48 UTC
Support clang-format `file` and `--fallback-style` in slangd. (#2412)
Tip revision: e449446
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