Dimy
Dimy
Steps to reproduce : -grab the following pixel shader [TestFpo2.zip](https://github.com/bo3b/3Dmigoto/files/7112402/TestFpo2.zip) -cmdDecompiler.exe -D TestFpo2.shd This will ouput the following error : "No opcode frc" The expected output can be obtained with...
Samples : [Samples.zip](https://github.com/icculus/mojoshader/files/7115256/Samples.zip) Code to reproduce the error : ``` std::ifstream shaderInFile("TestFpo2.shd", std::ios::in); if (!shaderInFile.is_open()) { std::cout output_len); return 0; ``` TestFpo.shd gives the following errors :  TestFpo2.sh gives...