HLSL: Fix an issue of frexp().
The "exp" parameter is floating-point type in HLSL intrinsic while it is integer type in GLSL built-in function.
Showing
- SPIRV/GlslangToSpv.cpp 31 additions, 10 deletionsSPIRV/GlslangToSpv.cpp
- SPIRV/SpvBuilder.h 10 additions, 0 deletionsSPIRV/SpvBuilder.h
- Test/baseResults/hlsl.intrinsic.frexp.frag.out 70 additions, 66 deletionsTest/baseResults/hlsl.intrinsic.frexp.frag.out
- Test/baseResults/hlsl.intrinsic.frexp.vert.out 43 additions, 39 deletionsTest/baseResults/hlsl.intrinsic.frexp.vert.out
Loading
Please register or sign in to comment