cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

yangyi0239
Journeyman III

Does the computer shader support dcl_output_generic?

All of the samples in the cal always use the global memory as the output. I try to use dcl_output_generic as the output like the pixel shader. However the result is wrong, and sometimes the program crashed. So I wonder whether the cs doesn't support dcl_output_generic or I have bugs in my code.

0 Likes
1 Reply
gaurav_garg
Adept I

Yes, you can't use color buffers in compute shader mode.

0 Likes