https://github.com/shader-slang/slang
Raw File
Tip revision: 293b7479a569c5947213b64377759d5c5cb0b811 authored by Yong He on 05 September 2022, 08:49:10 UTC
Fix matrix packing/unpacking logic.
Tip revision: 293b747
missing-include-file.slang
//DIAGNOSTIC_TEST:SIMPLE:
// trying to include a non-existant file

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