HLSL: Allow macro expansions to create the 'defined' operator.
authorJohn Kessenich <cepheus@frii.com>
Thu, 8 Jun 2017 23:12:56 +0000 (17:12 -0600)
committerJohn Kessenich <cepheus@frii.com>
Thu, 8 Jun 2017 23:12:56 +0000 (17:12 -0600)
commit4d5bcd31623fb0957e76dbe7ebbc51750b410d1e
tree0fe5955d2004dd166f79596bc105ef24d0674874
parent3fcb42cfa600c282f7cc5bf1680e5b2831b515b6
HLSL: Allow macro expansions to create the 'defined' operator.
Test/baseResults/hlsl.pp.vert.out [new file with mode: 0755]
Test/hlsl.pp.vert [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/Pp.cpp
gtests/Hlsl.FromFile.cpp