https://github.com/shader-slang/slang
Raw File
Tip revision: b05b126e0975f84e3505b2271e06d567e1c13692 authored by Yong He on 15 August 2023, 00:58:29 UTC
Update target-deps.json (#3103)
Tip revision: b05b126
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