James-Jones / HLSLCrossCompiler

Other
468 stars 81 forks source link

Problems with SINCOS #5

Closed Tisten closed 10 years ago

Tisten commented 10 years ago

I really like this project. I have tried to run HLSLcc on a large amount of shaders and want to give you feedback on a few issues I have come across:

Another small thing I discovered was that OPCODE_DERIV_RTX is handled, but OPCODE_DERIV_RTX_COARSE and OPCODE_DERIV_RTX_FINE are not. I just added them to the switch cases where they were missing to be handled the same way as OPCODE_DERIV_RTX, and it all worked.

There are a few more problems which I still have not analyzed properly, and I have not yet run any of the produced GLSL shaders so I might have more feedback later.

James-Jones commented 10 years ago

This should be fixed now.