HLSL: Allow macro expansions to create the 'defined' operator.

This commit is contained in:
John Kessenich
2017-06-08 17:12:56 -06:00
parent 3fcb42cfa6
commit 4d5bcd3162
4 changed files with 80 additions and 1 deletions

View File

@@ -200,6 +200,7 @@ INSTANTIATE_TEST_CASE_P(
{"hlsl.params.default.frag", "main"},
{"hlsl.params.default.negative.frag", "main"},
{"hlsl.partialInit.frag", "PixelShaderFunction"},
{"hlsl.pp.vert", "main"},
{"hlsl.pp.line.frag", "main"},
{"hlsl.precise.frag", "main"},
{"hlsl.promote.atomic.frag", "main"},