summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-resolve-texture-format.h
blob: cbd2b409111a19a0e1c315041eed69d6d5581c60 (plain)
1
2
3
4
5
6
#include "slang-ir.h"

namespace Slang
{
void resolveTextureFormat(IRModule* module);
}