Is it possible to access (read and write) mip levels in a compute shader? I am trying to copy over an input TOP to the highest level mip level, then perform successive operations, copying those successive results lower and lower into the mip chain. Or at least that’s what I’m hoping is possible somehow.
From my research online so far, I see mention of reading/writing to mip/map levels from a binding/c++ level, but not from within the shader itself… Is that the case?
Thanks!