Skip to content
  • ReinUsesLisp's avatar
    shader_ir: Unify constant buffer offset values · 477d616f
    ReinUsesLisp authored
    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.
    477d616f
Loading