You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at a use case where I wish to write to a texture-2d-array from a compute shader (as an image-load-store operation) while at the same time reading from it with the promise that the compute shader will NEVER read from the sample place it writes to (with accounting for filtering). The catch being that the writes do happen at LOD=0 and reads as well.