Add base class TParseables for intrinsic / builtin generation.
authorLoopDawg <nospam@nowhere.net>
Fri, 20 May 2016 19:45:20 +0000 (13:45 -0600)
committerLoopDawg <nospam@nowhere.net>
Mon, 23 May 2016 21:44:53 +0000 (15:44 -0600)
commit0ae28ea647e38398205e5f32253dcfbe67a4a1f5
tree2caba3eb91ed476348c8741328d375fad801a2bc
parent87a94fc0fa5ffe96359921aafa7f4b3e2e5aa8da
Add base class TParseables for intrinsic / builtin generation.
Add stubbed HLSL derivation.  GLSL derivation is still called TBuiltIns,
for historical compatibility.
glslang/MachineIndependent/Initialize.cpp
glslang/MachineIndependent/Initialize.h
glslang/MachineIndependent/ShaderLang.cpp
hlsl/CMakeLists.txt
hlsl/hlslParseables.cpp [new file with mode: 0755]
hlsl/hlslParseables.h [new file with mode: 0755]