1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-10-27 06:02:46 -05:00
Files
suyu-mirror/src/video_core/shader
ReinUsesLisp 477d616f7d shader_ir: Unify constant buffer offset values
Constant buffer values on the shader IR were using different offsets if
the access direct or indirect. cbuf34 has a non-multiplied offset while
cbuf36 does. On shader decoding this commit multiplies it by four on
cbuf34 queries.
2019-01-30 02:45:50 -03:00
..