https://github.com/shader-slang/slang
Raw File
Tip revision: f5dfa1ed6a51809e8593f5f2abc292ab39f35dcb authored by Tim Foley on 11 May 2020, 21:57:05 UTC
Add GLSL translation for HLSL fmod() (#1342)
Tip revision: f5dfa1e
missing-include-file.slang
//DIAGNOSTIC_TEST:SIMPLE:
// trying to include a non-existant file

#include "does-not-exist.h"
back to top