Relative Content

Tag Archive for graphicsshaderdirectxcompute-shaderdirectx-12

Read back texture to 1D buffer in dx12

I want to copy a small two-dimensional output from a compute shader into a one-dimensional readback buffer. However, when I run it, the program crashes.