https://github.com/shader-slang/slang
Raw File
Tip revision: e743ddd49045284b706cc2cbbb615acc6fe3d882 authored by jsmall-nvidia on 09 November 2022, 14:15:15 UTC
f32tof16 and f16tof32 support for CPU targets (#2500)
Tip revision: e743ddd
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