https://github.com/shader-slang/slang
Raw File
Tip revision: 88a3f6476c37f3245de6d607d8055879f8892ee4 authored by Robert Stepinski on 01 May 2019, 16:33:50 UTC
Fix bitwise And & Or for scalar bool (#960)
Tip revision: 88a3f64
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