https://github.com/shader-slang/slang
Raw File
Tip revision: 53731f674601a2eb81c5715957d2e0e65637aee3 authored by Tim Foley on 19 October 2018, 20:53:18 UTC
Vulkan implicit sampler fixups (#686)
Tip revision: 53731f6
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