HLSL: allow non-vec3 tessellation coordinate declarations
HLSL requires vec2 tessellation coordinate declarations in some cases (e.g, isoline topology), where SPIR-V requires the TessCoord qualified builtin to be a vec3 in all cases. This alters the IO form of the variable to be a vec3, which will be copied to the shader's declared type if needed. This is not a validation; the shader type must be correct.
Showing
- Test/baseResults/hlsl.domain.3.tese.out 392 additions, 0 deletionsTest/baseResults/hlsl.domain.3.tese.out
- Test/hlsl.domain.3.tese 31 additions, 0 deletionsTest/hlsl.domain.3.tese
- gtests/Hlsl.FromFile.cpp 1 addition, 0 deletionsgtests/Hlsl.FromFile.cpp
- hlsl/hlslParseHelper.cpp 32 additions, 14 deletionshlsl/hlslParseHelper.cpp
- hlsl/hlslParseHelper.h 1 addition, 1 deletionhlsl/hlslParseHelper.h
Loading
Please register or sign in to comment