https://github.com/shader-slang/slang
Raw File
Tip revision: 5230ad2edb28e176d0d7d2a9873ffb8f65285269 authored by Tim Foley on 17 August 2017, 17:58:11 UTC
Merge pull request #168 from tfoleyNV/resources-in-structs-control
Tip revision: 5230ad2
parser-using-file-a.slang.h
// this file exists to be included by "parser-using-file.spire"

float a(float x) { return x * x; }
back to top