HLSL: implemented c register handling
authort.jung <t.jung@gaijin.ru>
Wed, 14 Nov 2018 11:59:18 +0000 (12:59 +0100)
committert.jung <t.jung@gaijin.ru>
Wed, 14 Nov 2018 12:12:12 +0000 (13:12 +0100)
commit31cd98c7b23e7e89f7d740a94f8d4fa3dce367db
tree21b7b8e494843207a43b83c79771c7ff27f33d91
parent7274bbc27c07406b7f670fde997af560386a1d77
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.
Test/hlsl.structbuffer.frag
hlsl/hlslParseHelper.cpp