How to add a Compute Shader #19202
Unanswered
Ben-Miller0
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a shader in wgsl:
currently the fragment shader works perfectly but the compute shader does not run
I know i have to change the render graph to allow for this but i have no idea how
the buffer nodes should be read and written to by the compute shader but only read by the fragment shader
Beta Was this translation helpful? Give feedback.
All reactions