Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shader_recompiler: Add more opcodes (#802)
* Implement some missing shader opcodes Implements TBUFFER_STORE_FORMAT_XYZW, IMAGE_SAMPLE_CD, and IMAGE_GATHER4_C_LZ. These are seen in #496. * Implement IMAGE_STORE_MIP Not sure if this is the right way to do this, let me know if this needs changing. * Revert "Implement IMAGE_STORE_MIP" This reverts commit cff78b5.
- Loading branch information