https://github.com/shader-slang/slang
Raw File
Tip revision: 8e44968be297c0fa0ab00510a5e5922630d8c401 authored by Yong He on 20 September 2022, 00:08:25 UTC
Fix d3d12 implementation of `uploadBufferData`. (#2402)
Tip revision: 8e44968
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