summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/dummy.c
blob: a056e47fcc79c70cece05224c9c6f313ca7f2dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * This file is only serves as a placeholder when we omit the shading
 * language compiler (probably because we don't have C++ or one of the
 * needed C++ libraries/templates.
 */

extern void _slang_dummy(void);

void
_slang_dummy(void)
{
}