glslang-zig/hlsl
t.jung 31cd98c7b2 HLSL: implemented c register handling
Adjusted a test not to use c register for
a structured buffer, they are supposed to
use t registers

Added comments with hints for what are the
register types are used for.
2018-11-14 13:12:12 +01:00
..
CMakeLists.txt Rename PCH macro to glslang_pch (to avoid name collision) and update to latest spirv-tools 2018-11-07 09:35:31 -06:00
hlslAttributes.cpp HLSL: Refactor attribute implementation. 2018-02-01 00:30:34 -07:00
hlslAttributes.h HLSL: Refactor attribute implementation. 2018-02-01 00:30:34 -07:00
hlslGrammar.cpp Remove execute permissions 2018-08-07 03:16:20 +09:00
hlslGrammar.h Remove execute permissions 2018-08-07 03:16:20 +09:00
hlslOpMap.cpp Remove execute permissions 2018-08-07 03:16:20 +09:00
hlslOpMap.h Remove execute permissions 2018-08-07 03:16:20 +09:00
hlslParseables.cpp Remove execute permissions 2018-08-07 03:16:20 +09:00
hlslParseables.h Remove execute permissions 2018-08-07 03:16:20 +09:00
hlslParseHelper.cpp HLSL: implemented c register handling 2018-11-14 13:12:12 +01:00
hlslParseHelper.h ParseHelper: assign xfb_offset for struct members too 2018-10-31 10:34:44 +01:00
hlslScanContext.cpp Remove execute permissions 2018-08-07 03:16:20 +09:00
hlslScanContext.h Remove execute permissions 2018-08-07 03:16:20 +09:00
hlslTokens.h Remove execute permissions 2018-08-07 03:16:20 +09:00
hlslTokenStream.cpp Remove execute permissions 2018-08-07 03:16:20 +09:00
hlslTokenStream.h Remove execute permissions 2018-08-07 03:16:20 +09:00
pch.cpp Use precompiled headers for some glslang projects 2018-10-31 15:38:08 -05:00
pch.h Use precompiled headers for some glslang projects 2018-10-31 15:38:08 -05:00