Skip to content

nvk: Manually offset array and Z slices in BeginRendering

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/render-z-offset into main

We can't trust the hardware above about 4095 so we're better off just offsetting manually now that we have the code to do so.

Merge request reports