mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
3fbb9ee7ad
* Previously x and y always ranged from 0,0 to width-1,height-1. Even for lower mips, the value was just effectively shifted. * This is quite unclear at the API level so instead x and y are now relative to the selected mip's dimensions.