summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-lookup-spirv.h
blob: e48c7bac2a419048c3399f1c67e79c01ab601f55 (plain)
1
2
3
4
5
6
7
8
#include "../core/slang-string.h"
#include "spirv/unified1/GLSL.std.450.h"
#include "spirv/unified1/spirv.h"

namespace Slang
{
bool lookupGLSLstd450(const UnownedStringSlice& str, GLSLstd450& value);
}