https://github.com/shader-slang/slang
Raw File
Tip revision: d87dd1dcfd0f13a6be1a2096d654f4d62044ad48 authored by Yong He on 03 May 2023, 03:31:01 UTC
gfx: fix vulkan validation errors. (#2861)
Tip revision: d87dd1d
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