yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Ellie Hermaszewskaformatf65d756bf

master
323 B17 linesraw
1#pragma once
2
3#include "../core/slang-platform.h"
4#include "slang-downstream-compiler-util.h"
5
6namespace Slang
7{
8
9struct TintDownstreamCompilerUtil
10{
11    static SlangResult locateCompilers(
12        const String& path,
13        ISlangSharedLibraryLoader* loader,
14        DownstreamCompilerSet* set);
15};
16
17} // namespace Slang