https://github.com/shader-slang/slang
Raw File
Tip revision: e27d06329f8861a2c95c6157de1e5458bd1645d6 authored by Yong He on 09 March 2022, 02:11:12 UTC
gfx: restructure render-vk.cpp
Tip revision: e27d063
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