https://github.com/shader-slang/slang
Raw File
Tip revision: eaafafe772366a23ed847cbb10770c72aa5cfc28 authored by Tim Foley on 03 October 2018, 23:03:37 UTC
Update DXR API definitions for final spec. (#659)
Tip revision: eaafafe
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