yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f65d756bf
master
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{ 11static SlangResult locateCompilers ( 12const String & path , 13ISlangSharedLibraryLoader * loader , 14DownstreamCompilerSet * set ); 15}; 16 17}// namespace Slang