HLSL: require tessellation factors to be fixed size arrays
SPIR-V requires that tessellation factor arrays be size 4 (outer) or 2 (inner). HLSL allows other sizes such as 3, or even scalars. This commit converts between them by forcing the IO types to be the SPIR-V size, and allowing copies between the internal and IO types to handle these cases.
Showing
- Test/baseResults/hlsl.hull.1.tesc.out 42 additions, 41 deletionsTest/baseResults/hlsl.hull.1.tesc.out
- Test/baseResults/hlsl.hull.2.tesc.out 42 additions, 41 deletionsTest/baseResults/hlsl.hull.2.tesc.out
- Test/baseResults/hlsl.hull.ctrlpt-1.tesc.out 74 additions, 63 deletionsTest/baseResults/hlsl.hull.ctrlpt-1.tesc.out
- Test/hlsl.hull.ctrlpt-1.tesc 2 additions, 2 deletionsTest/hlsl.hull.ctrlpt-1.tesc
- hlsl/hlslParseHelper.cpp 54 additions, 15 deletionshlsl/hlslParseHelper.cpp
- hlsl/hlslParseHelper.h 2 additions, 0 deletionshlsl/hlslParseHelper.h
Loading
Please register or sign in to comment